Skip to content

hugo-toha/hugo-toha.github.io

Repository files navigation

hugo-toha.github.io

Netlify Status Build Status Repository Size Contributor Last Commit License Open Issues Open Pull Requests Security Headers This project is using Percy.io for visual regression testing.

An example hugo static site with Toha theme.

Attributions:

Requirements

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.

Running Locally

  • Install dependencies
mise install
  • Run hugo server
mise run server

Updating theme

  • 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