aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
committertdro <tdro@noreply.example.com>2023-12-30 16:39:52 -0500
commitc3f5fba9a08339035b5a409e7acef144f76fa975 (patch)
treed12f39712e4d180f61450cca15a85589ad99e476 /config.toml
parent937d0e35700c85c7d683dd33a7f542442d8ec11c (diff)
downloadcanory-c3f5fba9a08339035b5a409e7acef144f76fa975.tar.gz
canory-c3f5fba9a08339035b5a409e7acef144f76fa975.tar.bz2
canory-c3f5fba9a08339035b5a409e7acef144f76fa975.zip
config: Unify the manifests
Inline and use generic placeholder logo
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml20
1 files changed, 8 insertions, 12 deletions
diff --git a/config.toml b/config.toml
index 8ca17e9..16ca22b 100644
--- a/config.toml
+++ b/config.toml
@@ -74,11 +74,13 @@ enableRobotsTXT = true
referrer = "no-referrer"
robots = "index,follow"
[params.webmanifest]
+ start_url = "/"
name = "Micro Blog"
- shortName = "Micro"
- themeColor = "#ffffff"
- backgroundColor = "#ffffff"
+ short_name = "Micro"
+ theme_color = "#ffffff"
+ background_color = "#ffffff"
display = "standalone"
+ description = "A Micro Blog"
logo = "data/media/logo.png"
[params.csp]
block-all-mixed-content = ""
@@ -88,8 +90,8 @@ enableRobotsTXT = true
font-src = ["'self'"]
form-action = ["'self'", "lite.duckduckgo.com"]
frame-src = ["'self'", "www.youtube-nocookie.com", "en.m.wikipedia.org", "odysee.com"]
- img-src = ["'self'", "http://preview.test"]
- manifest-src = ["'self'"]
+ img-src = ["'self'", "data:", "http://preview.test"]
+ manifest-src = ["'self'", "data:"]
media-src = ["'self'"]
object-src = ["'self'"]
script-src-elem = ["'self'"]
@@ -156,12 +158,6 @@ enableRobotsTXT = true
path = "sources"
baseName = "index"
mediaType = "text/html"
- [outputFormats.browserconfig]
- baseName = "browserconfig"
- mediaType = "application/xml"
- [outputFormats.webmanifest]
- baseName = "site"
- mediaType = "application/manifest+json"
[outputFormats.gallery]
baseName = "gallery"
mediaType = "text/html"
@@ -173,7 +169,7 @@ enableRobotsTXT = true
mediaType = "text/html"
[outputs]
- home = ["html", "rss", "xslt.rss", "xslt.sitemap", "json", "authors", "authors.section", "sources", "browserconfig", "archives", "settings", "webmanifest"]
+ home = ["html", "rss", "xslt.rss", "xslt.sitemap", "json", "authors", "authors.section", "sources", "archives", "settings"]
section = ["html", "rss", "gallery", "following", "webring"]
taxonomy = ["html", "rss"]
term = ["html", "rss"]