mirror of https://github.com/onweru/compose.git

weru
13.33.2022 85c7d9009d53696d6bc887609595e3933967687c
modify blog settings & menu link

Signed-off-by: weru <fromweru@gmail.com>
2 files modified
8 ■■■■ changed files
exampleSite/config/_default/menus/menu.en.toml 5 ●●●●● patch | view | raw | blame | history
exampleSite/config/_default/params.toml 3 ●●●● patch | view | raw | blame | history
exampleSite/config/_default/menus/menu.en.toml
@@ -1,5 +1,10 @@
#  menu items
[[main]]
  name = "Blog"
  weight = 5
  url = "blog/"
[[main]]
  name = "Docs"
  weight = 2
  url = "docs/"
exampleSite/config/_default/params.toml
@@ -1,9 +1,10 @@
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"