754 B
754 B
starless
a minimal hugo theme
see it here: starless.ruiny.de
install
If you're new to hugo, you can just clone and update the content 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
For config, see customize.
For themes, see themes.
