Add better links to projects
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c9a3302574
commit
3c59e9994b
13 changed files with 197 additions and 40 deletions
10
.posthtmlrc
10
.posthtmlrc
|
@ -2,7 +2,15 @@
|
|||
"plugins": {
|
||||
"posthtml-include": {},
|
||||
"posthtml-component": {
|
||||
"root": "./src/components"
|
||||
"root": "./src",
|
||||
"folders": ["components"],
|
||||
"namespaces": [
|
||||
{
|
||||
"name": "link",
|
||||
"root": "./src/link",
|
||||
"fallback": "./src"
|
||||
}
|
||||
]
|
||||
},
|
||||
"posthtml-markdownit": {
|
||||
plugins: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue