GitHunt
WE

Welding-Torch/installc-website

Hextra Starter Template - Install C Website

Deploy Hugo site to Pages Netlify Status

🐣 Minimal template for getting started with Hextra

hextra-template

🌐 Demo ↗

Quick Start

You can quickly start developing using the following online development environment:

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 1313

View deployment using

gh run watch
gh run list

Update theme

hugo mod get -u
hugo mod tidy

See 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

Deploy to Netlify

Languages

HTML100.0%

Contributors

Latest Release

v0.0.1October 3, 2023
MIT License
Created September 2, 2023
Updated March 13, 2026