From 547de640576c71bed54bc1ae3c9d9b224df9cc41 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 25 May 2024 12:49:10 +0200 Subject: format toml files with taplo --- config.toml | 74 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'config.toml') 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" -- cgit 1.4.1