Install

If you’re new to hugo, you can just clone and update the contents folder.

git clone https://github.com/ruinivist/hugo-starless my-blog-name
cd my-blog-name
hugo server

If you already have a Hugo site and just want the theme

cd my-existing-site
git clone https://github.com/ruinivist/hugo-starless /tmp/hugo-starless
cp -r /tmp/hugo-starless/themes/starless ./themes/
# in hugo.toml, set: theme = "starless"
hugo server