From c3f5fba9a08339035b5a409e7acef144f76fa975 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 30 Dec 2023 16:39:52 -0500 Subject: config: Unify the manifests Inline and use generic placeholder logo --- config.toml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) (limited to 'config.toml') 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"] -- cgit v1.2.3