s1mn.io

The Hugo project for the website at https://s1mn.io.

Getting started

brew install hugo

Then to get the theme:

git submodule init
git submodule update

To run the site locally:

hugo server

Publishing

Just push changes to main. This Github Action builds the site and pushes it to the gh-pages branch, which is further configured here.