mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"index.md",
|
|
"articles/**.md",
|
|
"articles/**/toc.yml",
|
|
"toc.yml",
|
|
"api/**.yml"
|
|
]
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"media/**",
|
|
".htaccess"
|
|
]
|
|
}
|
|
],
|
|
"globalMetadata": {
|
|
"_appTitle": "Tiny Life Developer Docs",
|
|
"_appLogoPath": "media/logo.png",
|
|
"_appFaviconPath": "media/favicon.ico",
|
|
"_appFooter": "<a href=\"https://github.com/Ellpeck/TinyLifeWeb\">© 2021-2024</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",
|
|
"template": [
|
|
"default",
|
|
"modern",
|
|
"overrides"
|
|
]
|
|
}
|
|
}
|