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.toml86
1 files changed, 59 insertions, 27 deletions
diff --git a/config.toml b/config.toml
index cf15f11..e996899 100644
--- a/config.toml
+++ b/config.toml
@@ -2,47 +2,79 @@ default_language = "en-GB"
 base_url = "https://alanpearce.eu"
 
 title = "Alan Pearce"
+email = "alan@alanpearce.eu"
 description = "Developer, Emacs User"
 
-generate_feed = true
-
-highlight_code = true
-highlight_theme = "ascetic-white"
-
-theme = "xmin"
+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"
+[content-security-policy]
+default-src = [
+  "'none'",
+]
+image-src = [
+  "'self'",
+  "http://gc.zgo.at",
+]
+script-src = [
+  "'self'",
+  "http://gc.zgo.at",
+]
+style-src = [
+  "'unsafe-inline'",
+]
+frame-ancestors = [
+  "https://kagi.com",
+]
+connect-src = [
+  "https://alanpearce-eu.goatcounter.com/count",
+]
+require-trusted-types-for = [
+  "'script'",
+]
+
+[extra.headers]
+cache-control = "max-age=14400"
+x-content-type-options = "nosniff"
 
-[[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"
+[[menus.me]]
+  name = "Sourcehut"
+  url = "https://sr.ht/~alanpearce/"
+[[menus.me]]
+  name = "Codeberg"
+  url = "https://codeberg.org/alanpearce"
+[[menus.me]]
+  name = "GitLab"
+  url = "https://gitlab.com/alanpearce/"
+[[menus.me]]
+  name = "GitHub"
+  url = "https://github.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"