diff options
author | eatradish <[email protected]> | 2022-04-11 12:52:52 +0800 |
---|---|---|
committer | eatradish <[email protected]> | 2022-04-11 12:52:52 +0800 |
commit | 9729cd4a91b3244bd4f1d451ca84957e77c666b0 (patch) | |
tree | 7761ea1c85f8fdb704edb4af5c71fa200dcae933 /README.md | |
parent | 1a910410c75057349d2c9d4df3f107e6638b5f4f (diff) | |
download | Seje2-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.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -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 ``` - |