From 55a2a1b2f1321eb609136e01546125a324f7d6ef Mon Sep 17 00:00:00 2001 From: User Mms Date: Sun, 13 Oct 2024 23:20:31 +0200 Subject: new lay, phase 1 --- config/_default/menus.en.toml | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'config') 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,12 +61,17 @@ [[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" @@ -74,11 +79,11 @@ [[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" -- cgit v1.2.3