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.toml59
1 files changed, 59 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..d2a22ad
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,59 @@
+default_language = "en-GB"
+base_url = "https://alanpearce.eu"
+
+title = "Alan Pearce"
+description = "Developer, Emacs User"
+
+generate_feed = true
+
+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"
+strict-transport-security = "max-age=31536000; includeSubdomains; preload"
+content-security-policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'unsafe-inline'; form-action 'none'; base-uri 'self'"
+
+[[extra.main_menu]]
+    name = "Posts"
+    url = "/post/"
+[[extra.main_menu]]
+    name = "Tags"
+    url = "/tags/"
+[[extra.main_menu]]
+    name = "Repositories"
+    url = "https://git.alanpearce.eu"
+
+[[extra.contact_menu]]
+    name = "alan@alanpearce.eu"
+    url = "mailto:alan@alanpearce.eu"
+    weight = 1
+[[extra.contact_menu]]
+    name = "Codeberg"
+    url = "https://codeberg.org/alanpearce"
+[[extra.contact_menu]]
+    name = "GitHub"
+    url = "https://github.com/alanpearce"
+[[extra.contact_menu]]
+    name = "Mastodon"
+    url = "https://ieji.de/@alanpearce"
+[[extra.contact_menu]]
+    name = "Bluesky"
+    url = "https://bsky.app/profile/alanpearce.eu"