This commit is contained in:
2025-08-18 16:59:37 +02:00
commit 7da7f1d795
18 changed files with 510 additions and 0 deletions

45
config.toml Normal file
View File

@@ -0,0 +1,45 @@
baseurl = "/"
languageCode = "cs"
theme = "terminal"
pagination.pagerSize = 8
defaultContentLanguage = "cs"
[markup.goldmark.renderer]
unsafe = true
[params]
contentTypeName = "posts"
showMenuItems = 5
fullWidthTheme = true
centerTheme = false
[languages]
[languages.cs]
title = "Hry"
[languages.cs.params]
subtitle = "Prokop approved games"
keywords = ""
copyright = ""
menuMore = "Více"
readMore = "Pokračování"
readOtherPosts = "Další"
newerPosts = "Novější"
olderPosts = "Starší"
missingContentMessage = "Stránka nenalezena"
missingBackButtonLabel = "Zpět na hlavní stranu"
[languages.cs.params.logo]
logoText = "Hry"
logoHomeLink = "/"
[languages.cs.menu]
[[languages.cs.menu.main]]
identifier = "roguelikes"
name = "Roguelikes"
url = "/roguelikes"
weight = 1
[[languages.cs.menu.main]]
identifier = "other"
name = "Další hry"
url = "/other"
weight = 10