aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json336
1 files changed, 0 insertions, 336 deletions
diff --git a/config.json b/config.json
deleted file mode 100644
index 845d573..0000000
--- a/config.json
+++ /dev/null
@@ -1,336 +0,0 @@
-{
- "baseURL": null,
- "theme": "default",
- "title": "A Micro Blog",
- "paginate": 10,
- "summaryLength": 1,
- "enableEmoji": true,
- "buildDrafts": true,
- "languageCode": "en-us",
- "enableRobotsTXT": true,
- "author": {
- "list": [
- "canory",
- "default",
- "nobody"
- ],
- "default": {
- "footer": "canory",
- "home": "canory",
- "picturegallery": "canory",
- "title": "canory",
- "user": "default",
- "webring": "canory"
- },
- "footer": "A Micro Blog\n"
- },
- "taxonomies": {
- "tag": "tags"
- },
- "menu": {
- "main": [
- {
- "name": "Home",
- "url": "/",
- "identifier": "feather/home",
- "weight": 1
- },
- {
- "name": "Tags",
- "url": "/tags/",
- "identifier": "feather/tag",
- "weight": 2,
- "icon": "home"
- },
- {
- "name": "History",
- "url": "/archives/messages/",
- "identifier": "tabler/clock",
- "weight": 3
- },
- {
- "name": "Records",
- "url": "/archives/tags/",
- "identifier": "tabler/book-2",
- "weight": 4
- },
- {
- "name": "Authors",
- "url": "/authors/",
- "identifier": "feather/users",
- "weight": 5
- },
- {
- "name": "RSS Feed",
- "url": "/rss.xml",
- "identifier": "feather/rss",
- "weight": 6
- },
- {
- "name": "JSON Feed",
- "url": "/index.json",
- "identifier": "feather/circle",
- "weight": 7
- },
- {
- "name": "Sources",
- "url": "/sources/",
- "identifier": "feather/git-commit",
- "weight": 8
- }
- ]
- },
- "markup": {
- "highlight": {
- "anchorLineNos": true,
- "codeFences": true,
- "guessSyntax": true,
- "lineNos": false,
- "lineNumbersInTable": false,
- "noClasses": false,
- "noHl": false
- }
- },
- "params": {
- "site": {
- "production": false,
- "refresh": null
- },
- "webmanifest": {
- "name": "Micro Blog",
- "shortName": "Micro",
- "themeColor": "#ffffff",
- "backgroundColor": "#ffffff",
- "display": "standalone",
- "logo": "data/media/logo.png"
- },
- "csp": {
- "upgrade": false,
- "referrer": "no-referrer",
- "childsrc": [
- "'self'"
- ],
- "fontsrc": [
- "'self'"
- ],
- "formaction": [
- "'self'",
- "lite.duckduckgo.com"
- ],
- "framesrc": [
- "'self'",
- "imgur.com",
- "www.youtube-nocookie.com",
- "platform.twitter.com",
- "en.m.wikipedia.org",
- "odysee.com",
- "docs.google.com"
- ],
- "imgsrc": [
- "'self'",
- "http://preview.test",
- "imgs.xkcd.com"
- ],
- "mediasrc": [
- "'self'",
- "raw.githubusercontent.com",
- "i.imgur.com"
- ],
- "objectsrc": [
- "'none'"
- ],
- "prefetchsrc": [
- "'self'"
- ],
- "scriptsrc": [
- "'self'",
- "s.imgur.com",
- "platform.twitter.com"
- ],
- "scriptsrcelem": [
- "'self'",
- "s.imgur.com",
- "platform.twitter.com"
- ],
- "stylesrc": [
- "'self'",
- "'unsafe-inline'",
- "http://preview.test"
- ],
- "connectsrc": [
- "'self'"
- ]
- },
- "search": {
- "verification": {
- "google": null,
- "bing": null,
- "yandex": null
- }
- }
- },
- "mediaTypes": {
- "application/xslt+xml": {
- "suffixes": [
- "xsl"
- ]
- }
- },
- "outputFormats": {
- "html": {
- "baseName": "index",
- "mediaType": "text/html"
- },
- "json": {
- "baseName": "index",
- "mediaType": "application/json"
- },
- "rss": {
- "baseName": "rss",
- "mediaType": "application/rss+xml"
- },
- "rss-style": {
- "baseName": "rss",
- "mediaType": "application/xslt+xml"
- },
- "authors": {
- "path": "authors",
- "baseName": "index",
- "mediaType": "text/html"
- },
- "archive-messages": {
- "path": "archives/messages",
- "baseName": "index",
- "mediaType": "text/html"
- },
- "archive-tags": {
- "path": "archives/tags",
- "baseName": "index",
- "mediaType": "text/html"
- },
- "sources": {
- "path": "sources",
- "baseName": "index",
- "mediaType": "text/html"
- },
- "browserconfig": {
- "baseName": "browserconfig",
- "mediaType": "application/xml"
- },
- "webmanifest": {
- "baseName": "site",
- "mediaType": "application/manifest+json"
- }
- },
- "outputs": {
- "home": [
- "html",
- "rss",
- "rss-style",
- "json",
- "authors",
- "sources",
- "browserconfig",
- "archive-messages",
- "archive-tags",
- "webmanifest"
- ],
- "section": [
- "html",
- "rss"
- ],
- "taxonomy": [
- "html",
- "rss"
- ],
- "term": [
- "html",
- "rss"
- ],
- "page": [
- "html"
- ]
- },
- "caches": {
- "assets": {
- "dir": ":resourceDir/_gen",
- "maxAge": -1
- },
- "images": {
- "dir": ":resourceDir/_gen",
- "maxAge": -1
- },
- "getcsv": {
- "dir": ":resourceDir/caches",
- "maxAge": "12h"
- },
- "getjson": {
- "dir": ":resourceDir/caches",
- "maxAge": "12h"
- },
- "getresource": {
- "dir": ":resourceDir/caches",
- "maxAge": "12h"
- },
- "modules": {
- "dir": ":resourceDir/caches",
- "maxAge": -1
- }
- },
- "module": {
- "mounts": [
- {
- "source": "content",
- "target": "content"
- },
- {
- "source": "static",
- "target": "static"
- },
- {
- "source": "layouts",
- "target": "layouts"
- },
- {
- "source": "data",
- "target": "data"
- },
- {
- "source": "assets",
- "target": "assets"
- },
- {
- "source": "i18n",
- "target": "i18n"
- },
- {
- "source": "archetypes",
- "target": "archetypes"
- },
- {
- "source": "content",
- "target": "static/data/generates/content"
- },
- {
- "source": "themes/default/layouts",
- "target": "static/sources/files"
- },
- {
- "source": "data",
- "target": "static/data"
- },
- {
- "source": "public/data/generates/content",
- "target": "content"
- },
- {
- "source": "public/data/generates/authors",
- "target": "data/authors"
- },
- {
- "source": "public",
- "target": "assets/public"
- }
- ]
- }
-}