modify blog settings & menu link
Signed-off-by: weru <fromweru@gmail.com>
| | |
| | | # menu items |
| | | [[main]] |
| | | name = "Blog" |
| | | weight = 5 |
| | | url = "blog/" |
| | | |
| | | [[main]] |
| | | name = "Docs" |
| | | weight = 2 |
| | | url = "docs/" |
| | |
| | | mainSections = ["posts"] # use it for blog page section |
| | | # use the setting below to set multiple docs directories. |
| | | # docSections = ["docs", "tutorials"] |
| | | |
| | | uniqueHomePage = true # change to false to add sidebar to homepage |
| | | |
| | | blogDir = "blog" # can be posts, blog e.t.c |
| | | |
| | | repo = "https://github.com/onweru/compose" |
| | | |
| | | time_format_blog = "Monday, January 02, 2006" |