Hendrik Langer
4 years ago
4 changed files with 48 additions and 5 deletions
@ -1,3 +1,3 @@ |
|||
[submodule "themes/papercss-hugo-theme"] |
|||
path = themes/papercss-hugo-theme |
|||
url = https://github.com/zwbetz-gh/papercss-hugo-theme.git |
|||
[submodule "themes/terminal"] |
|||
path = themes/terminal |
|||
url = https://github.com/panr/hugo-theme-terminal.git |
|||
|
@ -1,4 +1,47 @@ |
|||
baseURL = "https://xd0.de/doc/" |
|||
languageCode = "de-DE" |
|||
defaultContentLanguage = "de" |
|||
title = "xd0.de" |
|||
theme = "papercss-hugo-theme" |
|||
theme = "terminal" |
|||
paginate = 5 |
|||
|
|||
[params] |
|||
contentTypeName = "post" |
|||
themeColor = "orange" |
|||
showMenuItems = 5 |
|||
showLanguageSelector = false |
|||
fullWidthTheme = true |
|||
centerTheme = true |
|||
|
|||
[languages] |
|||
[languages.de] |
|||
title = "xd0.de - Documentation" |
|||
subtitle = "xd0.de platform documentation" |
|||
keywords = "" |
|||
copyright = "" |
|||
menuMore = "Show more" |
|||
readMore = "Read more" |
|||
readOtherPosts = "Read other posts" |
|||
|
|||
[languages.de.params.logo] |
|||
logoText = "xd0.de" |
|||
logoHomeLink = "/" |
|||
|
|||
[languages.de.menu] |
|||
[[languages.de.menu.main]] |
|||
identifier = "about" |
|||
name = "About" |
|||
url = "/about" |
|||
[[languages.de.menu.main]] |
|||
identifier = "impressum" |
|||
name = "Impressum" |
|||
url = "/impressum" |
|||
[[languages.de.menu.main]] |
|||
identifier = "nutzungsbedingungen" |
|||
name = "Nutzungsbedingungen" |
|||
url = "/nutzungsbedingungen" |
|||
[[languages.de.menu.main]] |
|||
identifier = "datenschutz" |
|||
name = "Datenschutz" |
|||
url = "/datenschutz" |
|||
|
|||
|
@ -1 +0,0 @@ |
|||
Subproject commit e1d923b860693e59638797c8d4639252b51d9cbb |
Loading…
Reference in new issue