thesandwi.ch/.posthtmlrc
Isaac Mills a17729b453
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Update .posthtmlrc
2025-07-12 21:34:31 -06:00

26 lines
No EOL
440 B
Text

{
"plugins": {
"posthtml-include": {},
"posthtml-component": {
"root": "./src",
"folders": [
"components"
],
"namespaces": [
{
"name": "link",
"root": "./src/link",
"fallback": "./src"
}
]
},
"posthtml-markdownit": {
"plugins": [
{
"plugin": "markdown-it-sup",
"options": {}
}
]
}
}
}