summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2023-04-19 14:06:56 +0200
committerAlan Pearce2025-03-16 00:56:49 +0100
commitfcc74a6c39b7e967264082950b10736f681ba814 (patch)
treec8195d7a7633489b8534595234d1f9fcf8df94bc /config.toml
parent646fbc65586161a7f0e435846da2fbb6056101b8 (diff)
downloadwebsite-fcc74a6c39b7e967264082950b10736f681ba814.tar.lz
website-fcc74a6c39b7e967264082950b10736f681ba814.tar.zst
website-fcc74a6c39b7e967264082950b10736f681ba814.zip
Switch to bear blog theme
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml17
1 files changed, 7 insertions, 10 deletions
diff --git a/config.toml b/config.toml
index 76a2a75..59ba233 100644
--- a/config.toml
+++ b/config.toml
@@ -11,27 +11,24 @@ highlight_theme = "idle"
 name = "tags"
 feed = true
 
-[[extra.menu.main]]
-    name = "Home"
-    url = "/"
-    weight = 1
-[[extra.menu.main]]
+
+[[extra.main_menu]]
     name = "Posts"
     url = "/post/"
-[[extra.menu.main]]
+[[extra.main_menu]]
     name = "Tags"
     url = "/tags/"
-[[extra.menu.main]]
+[[extra.main_menu]]
     name = "Repositories"
     url = "https://git.alanpearce.eu"
 
-[[extra.menu.contact]]
+[[extra.contact_menu]]
     name = "alan@alanpearce.eu"
     url = "mailto:alan@alanpearce.eu"
     weight = 1
-[[extra.menu.contact]]
+[[extra.contact_menu]]
     name = "Codeberg"
     url = "https://codeberg.org/alanpearce"
-[[extra.menu.contact]]
+[[extra.contact_menu]]
     name = "GitHub"
     url = "https://github.com/alanpearce"