From 7ed442dfa3b26483ff6cd1eeb871b40b6be97f52 Mon Sep 17 00:00:00 2001 From: User Mms Date: Tue, 29 Oct 2024 15:30:06 +0100 Subject: feat: UF archive --- config/_default/hugo.toml | 3 +++ config/_default/menus.en.toml | 28 ++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) (limited to 'config') 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]] -- cgit v1.2.3