about 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 Pearce2023-04-19 14:06:56 +0200
commitcea3e75c68070d180311f6dea56c192a7f90c23d (patch)
tree4dcf4b8381f40a213a428831ac7d0beca643c261 /config.toml
parent38b2563500426ad8349d83441be89708b7fac796 (diff)
downloadwebsite-cea3e75c68070d180311f6dea56c192a7f90c23d.tar.lz
website-cea3e75c68070d180311f6dea56c192a7f90c23d.tar.zst
website-cea3e75c68070d180311f6dea56c192a7f90c23d.zip
Switch to bear blog theme
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml21
1 files changed, 9 insertions, 12 deletions
diff --git a/config.toml b/config.toml
index aeafa11..840625f 100644
--- a/config.toml
+++ b/config.toml
@@ -9,7 +9,7 @@ description = "Developer, Emacs User"
 
 generate_feed = true
 
-theme = "xmin"
+theme = "bear"
 
 [markdown]
 highlight_code = true
@@ -20,33 +20,30 @@ name = "tags"
 feed = true
 
 [extra]
-footer = "Licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>."
 gpg_fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583"
 gpg_url = "/public_key.asc"
 author_name = "Alan Pearce"
 author_image = "/img/me-thumb.jpg"
+hide_made_with_line = true
+date_format = "%F"
 
-[[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"