Browse Source

change theme

main
Hendrik Langer 3 years ago
parent
commit
0f82acfe4c
  1. 6
      .gitmodules
  2. 45
      config.toml
  3. 1
      themes/papercss-hugo-theme
  4. 1
      themes/terminal

6
.gitmodules

@ -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

45
config.toml

@ -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
themes/papercss-hugo-theme

@ -1 +0,0 @@
Subproject commit e1d923b860693e59638797c8d4639252b51d9cbb

1
themes/terminal

@ -0,0 +1 @@
Subproject commit aaaadafec9b6a754cb014e0436d5565d2c3c0fea
Loading…
Cancel
Save