Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.98 KB

File metadata and controls

41 lines (25 loc) · 1.98 KB

toha-example-site

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