summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2020-11-14 21:15:27 +0100
committerAlan Pearce2025-03-16 00:55:21 +0100
commitf7464d1d29af7a4777637617ff3e7a7845e234a7 (patch)
tree842204096212d5de8abae72a130c8160d1de151d /config.toml
parent6c3bb8b75ead74cdab161dfbd8105a1aed8e2343 (diff)
downloadwebsite-f7464d1d29af7a4777637617ff3e7a7845e234a7.tar.lz
website-f7464d1d29af7a4777637617ff3e7a7845e234a7.tar.zst
website-f7464d1d29af7a4777637617ff3e7a7845e234a7.zip
Port config to zola
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml45
1 files changed, 19 insertions, 26 deletions
diff --git a/config.toml b/config.toml
index 474db6f..72bb0a0 100644
--- a/config.toml
+++ b/config.toml
@@ -1,35 +1,28 @@
-baseurl = "/"
-languageCode = "en-GB"
-title = "Alan Pearce"
-theme = "hyde"
-pygmentsUseClasses = true
-pygmentsCodeFences = true
-disableHugoGeneratorInject = true
-
-[Params]
-Description = "Developer, Emacser"
-themeColor = "theme-base-0b"
-layoutReverse = true
-copyright = "Licensed under a Creative Commons Attribution 4.0 International License."
+default_language = "en-GB"
+base_url = "https://alanpearce.eu"
 
-[Params.GPG]
-fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583"
-url = "/public_key.asc"
+title = "Alan Pearce"
+description = "Developer, Emacs User"
 
-[author]
-    name = "Alan Pearce"
+[[taxonomies]]
+name = "tags"
+feed = true
 
-[[menu.main]]
+[[extra.menu.main]]
+    name = "Home"
+    url = "/"
+    weight = 1
+[[extra.menu.main]]
     name = "Posts"
-    URL = "/post/"
-[[menu.main]]
+    url = "/post/"
+[[extra.menu.main]]
     name = "Repositories"
-    URL = "https://git.alanpearce.eu"
+    url = "https://git.alanpearce.eu"
 
-[[menu.contact]]
+[[extra.menu.contact]]
     name = "alan@alanpearce.eu"
-    URL = "mailto:alan@alanpearce.eu"
+    url = "mailto:alan@alanpearce.eu"
     weight = 1
-[[menu.contact]]
+[[extra.menu.contact]]
     name = "GitHub"
-    URL = "https://github.com/alanpearce"
+    url = "https://github.com/alanpearce"