diff options
author | User Mms <mms@voyager.local> | 2024-10-29 15:30:06 +0100 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-10-29 15:30:06 +0100 |
commit | 7ed442dfa3b26483ff6cd1eeb871b40b6be97f52 (patch) | |
tree | 719c11b5cbd629b41e0681c343ba93eca0099269 /config | |
parent | 05a2bce35431329610f3cbf092dd23cc526c8684 (diff) |
feat: UF archive
Diffstat (limited to 'config')
-rw-r--r-- | config/_default/hugo.toml | 3 | ||||
-rw-r--r-- | config/_default/menus.en.toml | 28 |
2 files changed, 31 insertions, 0 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 801ad9e..86d38ee 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -5,6 +5,8 @@ tagline = "Hello do MichaĆ's weblog!" theme = "24-unification" +PygmentsStyle = "bw" + [params] defaultDescription = "Welcome to my blog!" @@ -27,5 +29,6 @@ theme = "24-unification" [goldmark] [extensions] footnote = true + diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 20f558f..289f1d9 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -115,7 +115,25 @@ weight = 100 pageRef = "/star-trek/voy" + + + +[[sections]] + name = "Mirrors" + pageRef = "/mirror/userfriendly" + weight = 1400 + [[sections.params]] + section="mirror" + submenu = "sections-mirror" +[[sections-mirror]] + name = "User Friendly Comic" + weight = 100 + pageRef = "/mirror/userfriendly" + + + + [[sections]] name = "More" @@ -125,6 +143,7 @@ section="more" submenu = "sections-extra" + [[sections-extra]] name = "About" pageRef = "/more/about" @@ -201,6 +220,15 @@ [[bsd.params]] nonpage = "yes" +[[bsd]] + name = "Homelab use" + weight = "100000210" + pageRef = "/" + identifier = "freebsd-homelab" + parent = "freebsd" + [[bsd.params]] + nonpage = "yes" + # star-trek menu [[star-trek]] |