thesandwi.ch/.posthtmlrc
Isaac Mills 3c59e9994b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add better links to projects
2025-07-12 18:10:57 -06:00

24 lines
423 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": {}
}
]
}
}
}