summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMag Mell <[email protected]>2023-04-15 15:13:59 +0800
committerGitHub <[email protected]>2023-04-15 15:13:59 +0800
commite5eaf4a27da895640a246e48cad33304407b9651 (patch)
tree9c64aa91a9e2d7797f5f292e8291154096e2a5cb
parent797487a55f33a37080809398309f59dfa648e694 (diff)
downloadSeje2-e5eaf4a27da895640a246e48cad33304407b9651.tar.gz
Seje2-e5eaf4a27da895640a246e48cad33304407b9651.tar.bz2
Seje2-e5eaf4a27da895640a246e48cad33304407b9651.zip
docs: update README
-rw-r--r--README.md24
1 files changed, 11 insertions, 13 deletions
diff --git a/README.md b/README.md
index c6a7de4..4463488 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,17 @@ paginate_by = 5
The posts should therefore be in directly under the `content` folder.
+and requires your index section (`about/_index.md`) to be paginated to work:
+
+```toml
+title = "..."
+
+[extra]
+year = 2019
+month = 11
+day = 3
+```
+
## Options
### Top-menu
@@ -49,19 +60,6 @@ seje2_menu_links = [
If you put `$BASE_URL` in a url, it will automatically be replaced by the actual
site URL.
-### "About"-page
-
-In a about page (wrap this in +++):
-
-```toml
-title = "..."
-
-[extra]
-year = 2019
-month = 11
-day = 03
-```
-
### License
Set a field in `extra` with a key of `license`: