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.toml64
1 files changed, 34 insertions, 30 deletions
diff --git a/config.toml b/config.toml
index b482d0a..cd71cbf 100644
--- a/config.toml
+++ b/config.toml
@@ -1,50 +1,54 @@
 default_language = "en-GB"
-base_url = "https://www.alanpearce.eu"
+base_url = "https://alanpearce.eu"
+redirect_other_hostnames = true
 
 title = "Alan Pearce"
+email = "alan@alanpearce.eu"
 description = "Developer, Emacs User"
 
-generate_feed = true
-
-highlight_code = true
-highlight_theme = "ascetic-white"
+domain_start_date = "2014-06-07"
+original_domain = "alanpearce.eu"
 
 [[taxonomies]]
 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"
+[extra.headers]
+cache-control = "max-age=14400"
+x-content-type-options = "nosniff"
+content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'self'; style-src 'unsafe-inline'; form-action 'none'; base-uri 'self'; frame-ancestors https://kagi.com;"
 
-[[extra.menu.main]]
+[[menus.main]]
     name = "Home"
     url = "/"
-    weight = 1
-[[extra.menu.main]]
+[[menus.main]]
     name = "Posts"
     url = "/post/"
-[[extra.menu.main]]
+[[menus.main]]
+    name = "Feed"
+    url = "/atom.xml"
+[[menus.main]]
     name = "Tags"
     url = "/tags/"
-[[extra.menu.main]]
+[[menus.main]]
     name = "Repositories"
     url = "https://git.alanpearce.eu"
 
-[[extra.menu.contact]]
-    name = "alan@alanpearce.eu"
-    url = "mailto:alan@alanpearce.eu"
-    weight = 1
-[[extra.menu.contact]]
-    name = "GitLab"
-    url = "https://gitlab.com/alanpearce"
-[[extra.menu.contact]]
-    name = "GitHub"
-    url = "https://github.com/alanpearce"
-[[extra.menu.contact]]
-    name = "StackOverflow Jobs"
-    url = "http://stackoverflow.com/users/story/381895"
-
+[[menus.me]]
+  name = "Codeberg"
+  url = "https://codeberg.org/alanpearce"
+[[menus.me]]
+  name = "GitHub"
+  url = "https://github.com/alanpearce/"
+[[menus.me]]
+  name = "GitLab"
+  url = "https://gitlab.com/alanpearce/"
+[[menus.me]]
+  name = "LinkedIn"
+  url = "https://www.linkedin.com/in/alanpearceeu/"
+[[menus.me]]
+  name = "Mastodon"
+  url = "https://ieji.de/@alanpearce"
+[[menus.me]]
+  name = "BlueSky"
+  url = "https://bsky.app/profile/alanpearce.eu"