mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
added top hat ref to the website
This commit is contained in:
parent
cfd817d2f2
commit
67054d1c4a
2 changed files with 22 additions and 18 deletions
|
@ -1,21 +1,25 @@
|
||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"content": [{
|
"content": [
|
||||||
"files": [
|
{
|
||||||
"index.md",
|
"files": [
|
||||||
"articles/**.md",
|
"index.md",
|
||||||
"articles/**/toc.yml",
|
"articles/**.md",
|
||||||
"toc.yml",
|
"articles/**/toc.yml",
|
||||||
"api/**.yml"
|
"toc.yml",
|
||||||
]
|
"api/**.yml"
|
||||||
}, {
|
]
|
||||||
"files": [
|
},
|
||||||
"Changelog.md",
|
{
|
||||||
"InGameNews.md"
|
"files": [
|
||||||
],
|
"Changelog.md",
|
||||||
"src": ".."
|
"InGameNews.md"
|
||||||
}],
|
],
|
||||||
"resource": [{
|
"src": ".."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"resource": [
|
||||||
|
{
|
||||||
"files": [
|
"files": [
|
||||||
"media/**"
|
"media/**"
|
||||||
]
|
]
|
||||||
|
@ -31,7 +35,7 @@
|
||||||
"_appTitle": "Tiny Life Docs",
|
"_appTitle": "Tiny Life Docs",
|
||||||
"_appLogoPath": "media/logo.png",
|
"_appLogoPath": "media/logo.png",
|
||||||
"_appFaviconPath": "media/favicon.ico",
|
"_appFaviconPath": "media/favicon.ico",
|
||||||
"_appFooter": "<a href=\"https://github.com/Ellpeck/TinyLifeWeb\">© 2021-2022 Ellpeck Games</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>",
|
"_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
|
"_enableSearch": true
|
||||||
},
|
},
|
||||||
"dest": "_site",
|
"dest": "_site",
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
<div class="footer bg-light">
|
<div class="footer bg-light">
|
||||||
<a href="https://github.com/Ellpeck/TinyLifeWeb">© 2021-2022 Ellpeck Games</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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue