mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-14 16:09:09 +01:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
|
{
|
||
|
"metadata": [{
|
||
|
"src": [{
|
||
|
"src": "../",
|
||
|
"files": ["**/TinyLife.csproj"]
|
||
|
}],
|
||
|
"dest": "api"
|
||
|
}],
|
||
|
"build": {
|
||
|
"content": [{
|
||
|
"files": [
|
||
|
"articles/**.md",
|
||
|
"articles/**/toc.yml",
|
||
|
"toc.yml",
|
||
|
"*.md",
|
||
|
"api/**.yml"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"files": ["**.md"],
|
||
|
"src": "Changelog"
|
||
|
}
|
||
|
],
|
||
|
"resource": [{
|
||
|
"files": [
|
||
|
"favicon.ico",
|
||
|
"banner.png",
|
||
|
"logo.png"
|
||
|
]
|
||
|
}],
|
||
|
"globalMetadata": {
|
||
|
"_appTitle": "Tiny Life Docs",
|
||
|
"_appLogoPath": "logo.png",
|
||
|
"_appFooter": "<a href=\"https://github.com/Ellpeck/TinyLifeDocs\">© 2021 Ellpeck</a> – <a href=\"https://ellpeck.de/#impressum\">Impressum</a> – <a href=\"https://ellpeck.de/#privacy\">Privacy</a>"
|
||
|
},
|
||
|
"dest": "_site",
|
||
|
"globalMetadataFiles": [],
|
||
|
"fileMetadataFiles": [],
|
||
|
"template": [
|
||
|
"default",
|
||
|
"template"
|
||
|
],
|
||
|
"postProcessors": [],
|
||
|
"markdownEngineName": "markdig",
|
||
|
"noLangKeyword": false
|
||
|
}
|
||
|
}
|