thesandwi.ch/.posthtmlrc
Isaac Mills 93274ade0a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix who_we_are.html and add people's pics
2025-07-12 21:36:46 -06:00

31 lines
556 B
Text

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