From de7cc6f9a448990cbc43cf94ab32f47d1c679d08 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 7 Jun 2023 21:41:25 -0400 Subject: shell: Update dependencies Silence nu validator and disable deno update checking --- config.toml | 38 -------------------------------------- 1 file changed, 38 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index a5deead..cd3cf4b 100644 --- a/config.toml +++ b/config.toml @@ -11,7 +11,6 @@ enableRobotsTXT = true [author] list = ["canory", "default", "nobody"] footer = "A Micro Blog\n" - [author.default] footer = "canory" home = "canory" @@ -69,13 +68,11 @@ enableRobotsTXT = true weight = 8 [params] - [params.site] offline = false production = false referrer = "no-referrer" robots = "index,follow" - [params.webmanifest] name = "Micro Blog" shortName = "Micro" @@ -83,7 +80,6 @@ enableRobotsTXT = true backgroundColor = "#ffffff" display = "standalone" logo = "data/media/logo.png" - [params.csp] block-all-mixed-content = "" base-uri = ["'self'"] @@ -102,9 +98,7 @@ enableRobotsTXT = true script-src = ["'self'"] style-src = ["'self'", "'unsafe-inline'", "http://preview.test"] worker-src = ["'self'"] - [params.search] - [params.search.verification] [related] @@ -121,75 +115,58 @@ enableRobotsTXT = true weight = 10 [mediaTypes] - [mediaTypes."application/xslt+xml"] suffixes = ["xsl"] [outputFormats] - [outputFormats.html] baseName = "index" mediaType = "text/html" - [outputFormats.embed] baseName = "embed" mediaType = "text/html" - [outputFormats.plain] baseName = "index" mediaType = "text/plain" - [outputFormats.json] baseName = "index" mediaType = "application/json" - [outputFormats.rss] baseName = "rss" mediaType = "application/rss+xml" - [outputFormats."xslt.rss"] baseName = "rss" mediaType = "application/xslt+xml" - [outputFormats."xslt.sitemap"] baseName = "sitemap" mediaType = "application/xslt+xml" - [outputFormats.authors] path = "authors" baseName = "index" mediaType = "text/html" - [outputFormats."authors.section"] baseName = "authors" mediaType = "text/html" - [outputFormats.archives] path = "archives/messages" baseName = "index" mediaType = "text/html" - [outputFormats.sources] 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" - [outputFormats.following] baseName = "following" mediaType = "text/html" - [outputFormats.webring] baseName = "webring" mediaType = "text/html" @@ -202,27 +179,21 @@ enableRobotsTXT = true page = ["html", "plain", "embed"] [caches] - [caches.assets] dir = ":resourceDir/_gen" maxAge = -1 - [caches.images] dir = ":resourceDir/_gen" maxAge = -1 - [caches.getcsv] dir = ":resourceDir/caches" maxAge = "12h" - [caches.getjson] dir = ":resourceDir/caches" maxAge = "12h" - [caches.getresource] dir = ":resourceDir/caches" maxAge = "12h" - [caches.modules] dir = ":resourceDir/caches" maxAge = -1 @@ -288,7 +259,6 @@ enableRobotsTXT = true [markup] defaultMarkdownHandler = "goldmark" - [markup.asciidocExt] backend = "html5" extensions = [] @@ -300,11 +270,8 @@ enableRobotsTXT = true trace = false verbose = false workingFolderCurrent = false - [markup.asciidocExt.attributes] - [markup.goldmark] - [markup.goldmark.extensions] definitionList = true footnote = true @@ -314,21 +281,17 @@ enableRobotsTXT = true table = true taskList = true typographer = true - [markup.goldmark.parser] autoHeadingID = true autoHeadingIDType = "github" wrapStandAloneImageWithinParagraph = true - [markup.goldmark.parser.attribute] block = false title = true - [markup.goldmark.renderer] hardWraps = false unsafe = false xhtml = true - [markup.highlight] anchorLineNos = true codeFences = true @@ -342,7 +305,6 @@ enableRobotsTXT = true noClasses = false noHl = false tabWidth = 4 - [markup.tableOfContents] endLevel = 3 ordered = false -- cgit v1.2.3