mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +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": {
|
||||
"content": [{
|
||||
"files": [
|
||||
"index.md",
|
||||
"articles/**.md",
|
||||
"articles/**/toc.yml",
|
||||
"toc.yml",
|
||||
"api/**.yml"
|
||||
]
|
||||
}, {
|
||||
"files": [
|
||||
"Changelog.md",
|
||||
"InGameNews.md"
|
||||
],
|
||||
"src": ".."
|
||||
}],
|
||||
"resource": [{
|
||||
"content": [
|
||||
{
|
||||
"files": [
|
||||
"index.md",
|
||||
"articles/**.md",
|
||||
"articles/**/toc.yml",
|
||||
"toc.yml",
|
||||
"api/**.yml"
|
||||
]
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"Changelog.md",
|
||||
"InGameNews.md"
|
||||
],
|
||||
"src": ".."
|
||||
}
|
||||
],
|
||||
"resource": [
|
||||
{
|
||||
"files": [
|
||||
"media/**"
|
||||
]
|
||||
|
@ -31,7 +35,7 @@
|
|||
"_appTitle": "Tiny Life Docs",
|
||||
"_appLogoPath": "media/logo.png",
|
||||
"_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
|
||||
},
|
||||
"dest": "_site",
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
{{ content }}
|
||||
|
||||
<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>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue