hugo-sst-lancet
is a sensible and opinionated base theme for Hugo. it is part of a set of small, sharp themes.
Install the module:
$ hugo mod init github.com/anarchivist/hugo-sst-lancet/go.mod
$ hugo mod get -u
Add the module to your config file, e.g.
module:
imports:
- path: github.com/anarchivist/hugo-sst-lancet
The exampleSite
directory has some basic content (some of which is taken from the Hugo Basic Example site). From this repository's working directory, you can run hugo -s exampleSite
.