thesandwi.ch/.posthtmlrc
Isaac Mills f84b0d8c0d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Replace namespaces with subfolders
2025-07-13 07:19:11 -06:00

19 lines
302 B
Text

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