From 9729cd4a91b3244bd4f1d451ca84957e77c666b0 Mon Sep 17 00:00:00 2001 From: eatradish Date: Mon, 11 Apr 2022 12:52:52 +0800 Subject: meta: add "about" page info to readme --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'README.md') 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 ``` - -- cgit v1.2.3