about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
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"