🐣 How to use the template Hextra
A GitHub Actions workflow is provided in .github/workflows/pages.yaml to publish to GitHub Pages for free.
For details, see Publishing with a custom GitHub Actions workflow.
Note: in the settings, make sure to set the Pages deployment source to GitHub Actions:
Run the workflow manually if it's not triggered automatically.
Pre-requisites: Hugo, Go and Git
# Clone the repo and cd into the project directory
# Start the server
hugo mod tidy
hugo server --logLevel debug --disableFastRender -p 1313Access via http://localhost:1313
hugo mod get -u
hugo mod tidySee Update modules for more details.