about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-04-11 12:10:39 +0200
committerAlan Pearce2024-04-11 12:10:39 +0200
commit03d58d23df0df365c3bed234d48119511308533d (patch)
tree2da54536f6cb5196aabe10d2fa102303f1193c1b /config.toml
parent2f11a7ab0513891dc1eb11f7abfadf0f7a6972e1 (diff)
downloadwebsite-03d58d23df0df365c3bed234d48119511308533d.tar.lz
website-03d58d23df0df365c3bed234d48119511308533d.tar.zst
website-03d58d23df0df365c3bed234d48119511308533d.zip
Cleanup unused config file entries
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml17
1 files changed, 0 insertions, 17 deletions
diff --git a/config.toml b/config.toml
index 8ff0bd4..cd71cbf 100644
--- a/config.toml
+++ b/config.toml
@@ -6,30 +6,13 @@ 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"