diff options
author | Mag Mell <[email protected]> | 2023-04-15 15:13:59 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-15 15:13:59 +0800 |
commit | e5eaf4a27da895640a246e48cad33304407b9651 (patch) | |
tree | 9c64aa91a9e2d7797f5f292e8291154096e2a5cb | |
parent | 797487a55f33a37080809398309f59dfa648e694 (diff) | |
download | Seje2-e5eaf4a27da895640a246e48cad33304407b9651.tar.gz Seje2-e5eaf4a27da895640a246e48cad33304407b9651.tar.bz2 Seje2-e5eaf4a27da895640a246e48cad33304407b9651.zip |
docs: update README
-rw-r--r-- | README.md | 24 |
1 files changed, 11 insertions, 13 deletions
@@ -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`: |