Skip to content

hugoif/hex-tools

Repository files navigation

Tools to inspect Hugo .hex files.

Use it online: https://hugoif.github.io/hex-tools

Developing

Install packages with yarn install (or npm install). Run the dev server with yarn start (or npm run start).

yarn build builds the project and yarn deploy builds it to the gh-pages branch for deploying to GitHub Pages. GitHub deploys the site automatically.