init
This commit is contained in:
45
config.toml
Normal file
45
config.toml
Normal 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
|
||||
Reference in New Issue
Block a user