about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-05-25 12:49:10 +0200
committerAlan Pearce2024-05-25 12:49:10 +0200
commit547de640576c71bed54bc1ae3c9d9b224df9cc41 (patch)
tree3c01510300478b4f91c5e698907698246fff7f4b /config.toml
parentc8b38ee1bf5aa59799074db85eb549a0e3f541e4 (diff)
downloadwebsite-547de640576c71bed54bc1ae3c9d9b224df9cc41.tar.lz
website-547de640576c71bed54bc1ae3c9d9b224df9cc41.tar.zst
website-547de640576c71bed54bc1ae3c9d9b224df9cc41.zip
format toml files with taplo
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml74
1 files changed, 37 insertions, 37 deletions
diff --git a/config.toml b/config.toml
index 105a260..49d864b 100644
--- a/config.toml
+++ b/config.toml
@@ -11,53 +11,53 @@ original_domain = "alanpearce.eu"
 oidc_host = "https://id.alanpearce.eu/"
 
 [[taxonomies]]
-name = "tags"
-feed = true
+  name = "tags"
+  feed = true
 
 [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'",
-]
+  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"
+  cache-control = "max-age=14400"
+  x-content-type-options = "nosniff"
 
 [[menus.main]]
-    name = "Home"
-    url = "/"
+  name = "Home"
+  url = "/"
 [[menus.main]]
-    name = "Posts"
-    url = "/post/"
+  name = "Posts"
+  url = "/post/"
 [[menus.main]]
-    name = "Feed"
-    url = "/atom.xml"
+  name = "Feed"
+  url = "/atom.xml"
 [[menus.main]]
-    name = "Tags"
-    url = "/tags/"
+  name = "Tags"
+  url = "/tags/"
 [[menus.main]]
-    name = "Repositories"
-    url = "https://git.alanpearce.eu"
+  name = "Repositories"
+  url = "https://git.alanpearce.eu"
 
 [[menus.me]]
   name = "Sourcehut"