mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 04:29:08 +01:00
53 lines
1.6 KiB
JSON
53 lines
1.6 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</a> <a href=\"https://games.ellpeck.de\">Ellpeck Games</a>, <a href=\"https://tophat.studio/\">Top Hat Studios</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
|
|
}
|
|
}
|