theme = "default" title = "A Micro Blog" paginate = 10 summaryLength = 1 enableEmoji = true buildDrafts = true buildExpired = true languageCode = "en-us" enableRobotsTXT = true [author] list = ["canory", "default", "nobody"] footer = "A Micro Blog\n" [author.default] footer = "canory" home = "canory" picturegallery = "canory" title = "canory" user = "default" webring = "canory" [taxonomies] tag = "tags" [menu] [[menu.main]] name = "Home" url = "/" identifier = "feather/home" weight = 1 [[menu.main]] name = "Tags" url = "/tags/" identifier = "feather/tag" weight = 2 icon = "home" [[menu.main]] name = "History" url = "/archives/messages/" identifier = "tabler/clock" weight = 3 [[menu.main]] name = "Records" url = "/archives/tags/" identifier = "tabler/book-2" weight = 4 [[menu.main]] name = "Authors" url = "/authors/" identifier = "feather/users" weight = 5 [[menu.main]] name = "RSS Feed" url = "/rss.xml" identifier = "feather/rss" weight = 6 [[menu.main]] name = "JSON Feed" url = "/index.json" identifier = "feather/circle" weight = 7 [[menu.main]] name = "Sources" url = "/sources/" identifier = "feather/git-commit" weight = 8 [markup] [markup.highlight] anchorLineNos = true codeFences = true guessSyntax = true lineNos = false lineNumbersInTable = false noClasses = false noHl = false [params] [params.site] production = false referrer = "no-referrer" robots = "index,follow" [params.webmanifest] name = "Micro Blog" shortName = "Micro" themeColor = "#ffffff" backgroundColor = "#ffffff" display = "standalone" logo = "data/media/logo.png" [params.csp] block-all-mixed-content = "" base-uri = ["'self'"] child-src = ["'self'"] connect-src = ["'self'"] default-src = ["'self'"] font-src = ["'self'"] form-action = ["'self'", "lite.duckduckgo.com"] frame-src = ["'self'", "www.youtube-nocookie.com", "en.m.wikipedia.org", "odysee.com", "www.gutenberg.org"] img-src = ["'self'", "http://preview.test", "www.gutenberg.org"] manifest-src = ["'self'"] media-src = ["'self'"] object-src = ["'self'", "www.gutenberg.org"] prefetch-src = ["'self'"] script-src-elem = ["'self'"] script-src = ["'self'"] style-src = ["'self'", "'unsafe-inline'", "http://preview.test"] worker-src = ["'self'"] [params.search] [params.search.verification] [related] includeNewer = false threshold = 80 toLower = false [[related.indices]] name = "tags" weight = 80 [[related.indices]] name = "date" weight = 10 [mediaTypes] [mediaTypes."application/xslt+xml"] suffixes = ["xsl"] [outputFormats] [outputFormats.html] baseName = "index" 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.history] path = "archives/messages" baseName = "index" mediaType = "text/html" [outputFormats.records] path = "archives/tags" 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" [outputs] home = ["html", "rss", "xslt.rss", "xslt.sitemap", "json", "authors", "authors.section", "sources", "browserconfig", "history", "records", "webmanifest"] section = ["html", "rss", "gallery", "following", "webring"] taxonomy = ["html", "rss"] term = ["html", "rss"] page = ["html", "plain"] [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 [module] [[module.mounts]] source = "content" target = "content" [[module.mounts]] source = "static" target = "static" [[module.mounts]] source = "layouts" target = "layouts" [[module.mounts]] source = "data" target = "data" [[module.mounts]] source = "assets" target = "assets" [[module.mounts]] source = "i18n" target = "i18n" [[module.mounts]] source = "archetypes" target = "archetypes" [[module.mounts]] source = "content" target = "static/data/generates/content" [[module.mounts]] source = "themes/default/layouts" target = "static/sources/files" [[module.mounts]] source = "data" target = "static/data" [[module.mounts]] source = "public/data/generates/content" target = "content" [[module.mounts]] source = "public/data/generates/authors" target = "data/authors" [[module.mounts]] source = "public" target = "assets/public" [sitemap] changefreq = "weekly" filename = "sitemap.xml" priority = 0.5