summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2025-03-13 23:21:40 +0100
committerAlan Pearce2025-03-16 00:56:49 +0100
commit44cd442f5742b828e132b08459a1c9944d6257e1 (patch)
treea83199d5f3b931a9f29d91d75ba5dd54a011c75a /config.toml
parentc3ae41e40f27812c7657b8aaa2bc252ff1c1d174 (diff)
downloadwebsite-44cd442f5742b828e132b08459a1c9944d6257e1.tar.lz
website-44cd442f5742b828e132b08459a1c9944d6257e1.tar.zst
website-44cd442f5742b828e132b08459a1c9944d6257e1.zip
update configuration schema HEAD main
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml24
1 files changed, 12 insertions, 12 deletions
diff --git a/config.toml b/config.toml
index da86362..ec04bf8 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
-default_language = "en-GB"
+language = "en-GB"
 base_url = "https://alanpearce.eu"
 
 title = "Alan Pearce"
@@ -59,37 +59,37 @@ x-content-type-options = "nosniff"
 referrer-policy = "strict-origin-when-cross-origin"
 cross-origin-resource-policy = "same-site"
 
-[[menus.main]]
+[[menu]]
     name = "Home"
     url = "/"
-[[menus.main]]
+[[menu]]
   name = "Now"
   url = "/now"
-[[menus.main]]
+[[menu]]
     name = "Posts"
     url = "/post/"
-[[menus.main]]
+[[menu]]
     name = "Feed"
     url = "/atom.xml"
-[[menus.main]]
+[[menu]]
     name = "Tags"
     url = "/tags/"
-[[menus.main]]
+[[menu]]
     name = "Repositories"
     url = "https://git.alanpearce.eu"
 
-[[menus.me]]
+[[rel_me]]
   name = "Codeberg"
   url = "https://codeberg.org/alanpearce"
-[[menus.me]]
+[[rel_me]]
   name = "GitLab"
   url = "https://gitlab.com/alanpearce/"
-[[menus.me]]
+[[rel_me]]
   name = "Codeberg"
   url = "https://codeberg.org/alanpearce"
-[[menus.me]]
+[[rel_me]]
   name = "GitHub"
   url = "https://github.com/alanpearce/"
-[[menus.me]]
+[[rel_me]]
   name = "Mastodon"
   url = "https://ieji.de/@alanpearce"