summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoreatradish <[email protected]>2022-04-11 12:52:52 +0800
committereatradish <[email protected]>2022-04-11 12:52:52 +0800
commit9729cd4a91b3244bd4f1d451ca84957e77c666b0 (patch)
tree7761ea1c85f8fdb704edb4af5c71fa200dcae933 /README.md
parent1a910410c75057349d2c9d4df3f107e6638b5f4f (diff)
downloadSeje2-9729cd4a91b3244bd4f1d451ca84957e77c666b0.tar.gz
Seje2-9729cd4a91b3244bd4f1d451ca84957e77c666b0.tar.bz2
Seje2-9729cd4a91b3244bd4f1d451ca84957e77c666b0.zip
meta: add "about" page info to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 56be514..0eed628 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
- [Installation](#installation)
- [Options](#options)
- [Top menu](#top-menu)
- - [Author](#author)
+ - ["About" page](#"About"-page)
## Installation
First download this theme to your `themes` directory:
@@ -47,16 +47,15 @@ seje2_menu_links = [
If you put `$BASE_URL` in a url, it will automatically be replaced by the actual
site URL.
-### Author
-You can set this on a per page basis or in the config file.
+### "About"-page
+
+In a about page (wrap this in +++):
-```
-In a page (wrap this in +++):
```toml
title = "..."
-date = 1970-01-01
[extra]
-author = "John Smith"
+year = 2019
+month = 11
+day = 03
```
-