feat: initial style

This commit is contained in:
2026-06-21 10:43:31 +00:00
parent 452a44277e
commit 4ea3a144da
15 changed files with 361 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
+++
title = "Install"
summary = "Start a Hugo site, copy the theme, and point the config at it."
weight = 11
+++
If you fork this repo, you already have the theme and the demo site in one place.
If you want to drop Starless into another Hugo site, copy the `themes/starless/` folder into that project and set `theme = "starless"` in `hugo.toml`.
After that, add a small `menus.main` block so the sidebar has something to render. The current config in this repo is enough to copy and trim.
Run `hugo server` and edit from there. The theme is simple enough that most changes show up where you expect.