commit 3beff71
0uppy
·
2026-05-31 18:27:23 +0000 UTC
parent 8b3c638
meta: forgor to add a lil configuration section xP
1 files changed,
+15,
-1
+15,
-1
1@@ -3,6 +3,8 @@
2
3 A small, werc-inspired and easy to use SSG, written in Go - Write pages in markdown, get them back as HTML files with a nice lil sidebar :D
4
5+
6+
7 ## usage
8
9 Using pages is very simple!!
10@@ -16,4 +18,16 @@ First, get [Go](https://go.dev/dl/), then when you clone the repo just:
11 3. Run with `go run ./cmd/...`
12 4. Get your HTML files from `output/`
13
14-And pow!! Very simple to use!! :D
15+And pow!! Very simple to use!! :D
16+
17+
18+
19+## configuration
20+
21+Use`config.toml` to set your site's title, description and base URL. You can also set the sidebar order by doing the following :3
22+
23+```toml
24+sidebar_order = ["index", "page1", "page2"]
25+```
26+
27+