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 -uAdd the module to your config file, e.g.
module:
imports:
- path: github.com/anarchivist/hugo-sst-lancetThe 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.