ritual.sh/config.yml

60 lines
985 B
YAML

baseURL: "https://ritual.sh/"
title: ritual.sh
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
outputs:
home: ["HTML", "RSS", "webmentions"]
outputFormats:
webmentions:
mediaType: "application/json"
baseName: "webmentions"
isPlainText: true
pagination:
pagerSize: 5
minify:
disableXML: true
minifyOutput: true
frontmatter:
lastmod:
- lastmod
- :git
- date
- publishDate
taxonomies:
tag: tags
params:
env: production
label:
text: "ritual"
icon: /images/android-chrome-512x512.png
iconImageHeight: 35
iconHeight: 70
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
limit: 10
keys: ["title", "permalink", "summary", "content"]
markup:
highlight:
noClasses: false
# Fixed: Added goldmark renderer to allow raw HTML
goldmark:
renderer:
unsafe: true