mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 12:29:09 +01:00
49 lines
No EOL
1.4 KiB
JSON
49 lines
No EOL
1.4 KiB
JSON
{
|
|
"build": {
|
|
"content": [{
|
|
"files": [
|
|
"index.md",
|
|
"articles/**.md",
|
|
"articles/**/toc.yml",
|
|
"toc.yml",
|
|
"api/**.yml"
|
|
]
|
|
}, {
|
|
"files": [
|
|
"Changelog.md",
|
|
"InGameNews.md"
|
|
],
|
|
"src": ".."
|
|
}],
|
|
"resource": [{
|
|
"files": [
|
|
"media/**"
|
|
]
|
|
},
|
|
{
|
|
"files": [
|
|
"media/**"
|
|
],
|
|
"src": ".."
|
|
}
|
|
],
|
|
"globalMetadata": {
|
|
"_appTitle": "Tiny Life Docs",
|
|
"_appLogoPath": "media/logo.png",
|
|
"_appFaviconPath": "media/favicon.ico",
|
|
"_appFooter": "<a href=\"https://github.com/Ellpeck/TinyLifeWeb\">© 2021-2022 Ellpeck</a> – <a href=\"https://ellpeck.de/impressum\">Impressum</a> – <a href=\"https://ellpeck.de/privacy\">Privacy</a> – <a href=\"https://status.ellpeck.de\">Status</a>",
|
|
"_enableSearch": true
|
|
},
|
|
"dest": "_site",
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"template": [
|
|
"default",
|
|
"templates/darkfx",
|
|
"templates/custom"
|
|
],
|
|
"postProcessors": [],
|
|
"markdownEngineName": "markdig",
|
|
"noLangKeyword": false
|
|
}
|
|
} |