Hextra Starter Template - Install C Website
🐣 Minimal template for getting started with Hextra
Quick Start
You can quickly start developing using the following online development environment:
-
Create a new codespace and follow the Local Development to launch the preview
Local Development
Pre-requisites: Hugo, Go and Git
# Clone the repo
git clone https://github.com/imfing/hextra-starter-template.git
# Change directory
cd hextra-starter-template
# Start the server
hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313View deployment using
gh run watch
gh run listUpdate theme
hugo mod get -u
hugo mod tidySee Update modules for more details.
Deployment
GitHub Pages
A GitHub Actions workflow is provided in .github/workflows/pages.yaml to publish to GitHub Pages for free.
We need to run the workflow manually.
Netlify
On this page
Languages
HTML100.0%
Latest Release
v0.0.1October 3, 2023MIT License
Created September 2, 2023
Updated March 13, 2026
