An example hugo static site with Toha theme.
Attributions:
We use jdx/mise to manage dependencies. Mise takes care of installing hugo
, go
, nodes
and other tools to appropriate versions. Please, install it following the instruction from here.
- Install dependencies
mise install
- Run hugo server
mise run server
- To update theme to latest release, run:
mise run update
- To update theme to latest commit from
main
brnach, run:
mise run update-to-main