summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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"