aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml92
1 files changed, 40 insertions, 52 deletions
diff --git a/config.yaml b/config.yaml
index f89cdfa..6ba49df 100644
--- a/config.yaml
+++ b/config.yaml
@@ -17,14 +17,7 @@ author:
- default
- nobody
default:
- footer: canory
- home: canory
- gallery: canory
- title: canory
- user: default
- webring: canory
- footer: >
- A Micro Blog
+ footer: A Micro Blog
taxonomies:
tag: tags
@@ -33,36 +26,36 @@ menu:
main:
- 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
- weight: 4
- name: Authors
url: /authors/
- identifier: feather/users
+ identifier: tabler/users
+ weight: 4
+ - name: Settings
+ url: /settings/
+ identifier: tabler/settings
weight: 5
+ - name: Sources
+ url: /sources/
+ identifier: tabler/git-fork
+ weight: 6
- name: RSS Feed
url: /rss.xml
- identifier: feather/rss
- weight: 6
+ identifier: tabler/rss
+ weight: 7
- name: JSON Feed
url: /index.json
- identifier: feather/circle
- weight: 7
- - name: Sources
- url: /sources/
- identifier: feather/git-commit
+ identifier: tabler/circle
weight: 8
params:
@@ -72,37 +65,36 @@ params:
referrer: no-referrer
robots: index,follow
canonical:
- refresh:
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:
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]
- 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'"]
- prefetch-src: ["'self'"]
script-src-elem: ["'self'"]
script-src: ["'self'"]
style-src: ["'self'", "'unsafe-inline'", http://preview.test]
- worker-src: ["'self'"]
search:
verification:
- google:
- bing:
- yandex:
+ baidu-site-verification:
+ google-site-verification:
+ msvalidate.01:
+ yandex-verification:
related:
includeNewer: false
@@ -123,6 +115,9 @@ outputFormats:
html:
baseName: index
mediaType: text/html
+ embed:
+ baseName: embed
+ mediaType: text/html
plain:
baseName: index
mediaType: text/plain
@@ -145,24 +140,18 @@ outputFormats:
authors.section:
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
sources:
path: sources
baseName: index
mediaType: text/html
- browserconfig:
- baseName: browserconfig
- mediaType: application/xml
- webmanifest:
- baseName: site
- mediaType: application/manifest+json
gallery:
baseName: gallery
mediaType: text/html
@@ -183,10 +172,8 @@ outputs:
- authors
- authors.section
- sources
- - browserconfig
- - history
- - records
- - webmanifest
+ - archives
+ - settings
section:
- html
- rss
@@ -202,6 +189,7 @@ outputs:
page:
- html
- plain
+ - embed
caches:
assets:
@@ -288,7 +276,7 @@ markup:
title: true
autoHeadingID: true
autoHeadingIDType: github
- wrapStandAloneImageWithinParagraph: true
+ wrapStandAloneImageWithinParagraph: false
renderer:
hardWraps: false
unsafe: false