aboutsummaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.json')
-rw-r--r--config.json112
1 files changed, 48 insertions, 64 deletions
diff --git a/config.json b/config.json
index 4a4256c..2f29e53 100644
--- a/config.json
+++ b/config.json
@@ -16,14 +16,8 @@
"nobody"
],
"default": {
- "footer": "canory",
- "home": "canory",
- "gallery": "canory",
- "title": "canory",
- "user": "default",
- "webring": "canory"
- },
- "footer": "A Micro Blog\n"
+ "footer": "A Micro Blog"
+ }
},
"taxonomies": {
"tag": "tags"
@@ -33,50 +27,50 @@
{
"name": "Home",
"url": "/",
- "identifier": "feather/home",
+ "identifier": "tabler/home",
"weight": 1
},
{
"name": "Tags",
"url": "/tags/",
- "identifier": "feather/tag",
+ "identifier": "tabler/tag",
"weight": 2,
"icon": "home"
},
{
- "name": "History",
- "url": "/archives/messages/",
- "identifier": "tabler/clock",
+ "name": "Archives",
+ "url": "/archives/",
+ "identifier": "tabler/archive",
"weight": 3
},
{
- "name": "Records",
- "url": "/archives/tags/",
- "identifier": "tabler/book-2",
+ "name": "Authors",
+ "url": "/authors/",
+ "identifier": "tabler/users",
"weight": 4
},
{
- "name": "Authors",
- "url": "/authors/",
- "identifier": "feather/users",
+ "name": "Settings",
+ "url": "/settings/",
+ "identifier": "tabler/settings",
"weight": 5
},
{
- "name": "RSS Feed",
- "url": "/rss.xml",
- "identifier": "feather/rss",
+ "name": "Sources",
+ "url": "/sources/",
+ "identifier": "tabler/git-fork",
"weight": 6
},
{
- "name": "JSON Feed",
- "url": "/index.json",
- "identifier": "feather/circle",
+ "name": "RSS Feed",
+ "url": "/rss.xml",
+ "identifier": "tabler/rss",
"weight": 7
},
{
- "name": "Sources",
- "url": "/sources/",
- "identifier": "feather/git-commit",
+ "name": "JSON Feed",
+ "url": "/index.json",
+ "identifier": "tabler/circle",
"weight": 8
}
]
@@ -87,15 +81,16 @@
"production": false,
"referrer": "no-referrer",
"robots": "index,follow",
- "canonical": null,
- "refresh": null
+ "canonical": null
},
"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"
},
"csp": {
@@ -103,9 +98,6 @@
"base-uri": [
"'self'"
],
- "child-src": [
- "'self'"
- ],
"connect-src": [
"'self'"
],
@@ -127,10 +119,12 @@
],
"img-src": [
"'self'",
+ "data:",
"http://preview.test"
],
"manifest-src": [
- "'self'"
+ "'self'",
+ "data:"
],
"media-src": [
"'self'"
@@ -138,9 +132,6 @@
"object-src": [
"'self'"
],
- "prefetch-src": [
- "'self'"
- ],
"script-src-elem": [
"'self'"
],
@@ -151,16 +142,14 @@
"'self'",
"'unsafe-inline'",
"http://preview.test"
- ],
- "worker-src": [
- "'self'"
]
},
"search": {
"verification": {
- "google": null,
- "bing": null,
- "yandex": null
+ "baidu-site-verification": null,
+ "google-site-verification": null,
+ "msvalidate.01": null,
+ "yandex-verification": null
}
}
},
@@ -191,6 +180,10 @@
"baseName": "index",
"mediaType": "text/html"
},
+ "embed": {
+ "baseName": "embed",
+ "mediaType": "text/html"
+ },
"plain": {
"baseName": "index",
"mediaType": "text/plain"
@@ -220,13 +213,13 @@
"baseName": "authors",
"mediaType": "text/html"
},
- "history": {
- "path": "archives/messages",
+ "archives": {
+ "path": "archives",
"baseName": "index",
"mediaType": "text/html"
},
- "records": {
- "path": "archives/tags",
+ "settings": {
+ "path": "settings",
"baseName": "index",
"mediaType": "text/html"
},
@@ -235,14 +228,6 @@
"baseName": "index",
"mediaType": "text/html"
},
- "browserconfig": {
- "baseName": "browserconfig",
- "mediaType": "application/xml"
- },
- "webmanifest": {
- "baseName": "site",
- "mediaType": "application/manifest+json"
- },
"gallery": {
"baseName": "gallery",
"mediaType": "text/html"
@@ -266,10 +251,8 @@
"authors",
"authors.section",
"sources",
- "browserconfig",
- "history",
- "records",
- "webmanifest"
+ "archives",
+ "settings"
],
"section": [
"html",
@@ -288,7 +271,8 @@
],
"page": [
"html",
- "plain"
+ "plain",
+ "embed"
]
},
"caches": {
@@ -411,7 +395,7 @@
},
"autoHeadingID": true,
"autoHeadingIDType": "github",
- "wrapStandAloneImageWithinParagraph": true
+ "wrapStandAloneImageWithinParagraph": false
},
"renderer": {
"hardWraps": false,