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.toml25
1 files changed, 4 insertions, 21 deletions
diff --git a/config.toml b/config.toml
index 8ff0bd4..603c8d3 100644
--- a/config.toml
+++ b/config.toml
@@ -6,34 +6,17 @@ title = "Alan Pearce"
 email = "alan@alanpearce.eu"
 description = "Developer, Emacs User"
 
-generate_feed = true
-
 domain_start_date = "2014-06-07"
 original_domain = "alanpearce.eu"
 
-theme = "bear"
-
-[markdown]
-highlight_code = true
-highlight_theme = "idle"
-
 [[taxonomies]]
 name = "tags"
 feed = true
 
-[extra]
-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"
-webserver_sends_csp_headers = true
-
 [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;"
+content-security-policy = "default-src 'none'; img-src 'self' https://gc.zgo.at; script-src 'self' https://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'"
 
 [[menus.main]]
     name = "Home"
@@ -55,12 +38,12 @@ content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none'
   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 = "GitHub"
+  url = "https://github.com/alanpearce/"
+[[menus.me]]
   name = "LinkedIn"
   url = "https://www.linkedin.com/in/alanpearceeu/"
 [[menus.me]]