diff options
author | User Mms <mms@voyager.local> | 2024-10-13 23:20:31 +0200 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-10-13 23:20:31 +0200 |
commit | 55a2a1b2f1321eb609136e01546125a324f7d6ef (patch) | |
tree | e9d98bc70650a04ff86bd2ae718878d5d4ade50d /config | |
parent | 87992468e1dedcc8a5d765f87738f18dce671845 (diff) |
new lay, phase 1
Diffstat (limited to 'config')
-rw-r--r-- | config/_default/menus.en.toml | 29 |
1 files changed, 17 insertions, 12 deletions
diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 41d1457..48f1dfa 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -1,10 +1,10 @@ [[sections]] name = "Blog" - section = "blog" - pageRef = "/1" + pageRef = "/blog/" weight = 100 [[sections.params]] submenu = "sections-blog" + section = "blog" # [[sections-blog]] # name = "2024" @@ -61,24 +61,29 @@ [[sections]] name = "More" - section="more" pageRef = "/more" weight = 2000 [[sections.params]] + section="more" submenu = "sections-extra" [[sections-extra]] + name = "About" + pageRef = "/more/about" + + +[[sections-extra]] name = "Uses" pageRef = "/more/uses" [[sections-extra]] name = "Now" - pageRef = "/unix-history" + pageRef = "/more/now" [[sections-extra]] name = "Contact" - pageRef = "/unix-history" + pageRef = "/more/contact" # [[sections]] @@ -89,13 +94,13 @@ # submenu = "sections-null" -[[sections]] - name = "Subscribe" - pageRef = "/index.xml" - weight = 10000 - [[sections.params]] - submenu = "sections-null" - +# [[sections]] +# name = "Subscribe" +# pageRef = "/index.xml" +# weight = 10000 +# [[sections.params]] +# submenu = "sections-null" +# section = "blog" |