ritual.sh/config.yml
Dan 4233c43102 Starting blog post on stackoverflow
And loads of supporting graph code
2026-01-04 15:31:47 +00:00

51 lines
821 B
YAML

baseURL: "https://ritual.sh/"
title: ritual.sh
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: 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