commit 5a2ca6a
0uppy
·
2026-05-31 21:09:08 +0000 UTC
parent 21735c1
meta: updated the README.md again, this time to be fitting for the separation of glerc and pages also made a new logo ofc ^^
1 files changed,
+5,
-27
+5,
-27
1@@ -1,33 +1,11 @@
2 # pages
3-
4-
5-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
6-
7-
8-
9-## usage
10-
11-Using pages is very simple!!
12-
13-
14
15-First, get [Go](https://go.dev/dl/), then when you clone the repo just:
16-
17-1. Put your markdown files in `pages/`
18-2. Put any images you may have in `assets/`
19-3. Run with `go run ./cmd/...`
20-4. Get your HTML files from `output/`
21-
22-And pow!! Very simple to use!! :D
23-
24-
25-
26-## configuration
27+<div align="center">
28+
29+
30
31-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
32+The repository for the dani institute and for the dani village - built by danis for danis :3
33
34-```toml
35-sidebar_order = ["index", "page1", "page2"]
36-```
37+</div>
38
39