hugo-theme-re-terminal/exampleSite/config.toml
2024-07-30 11:01:36 +03:00

36 lines
690 B
TOML

baseurl = "https://example.com/"
languageCode = "en-us"
# theme = "hugo-theme-re-terminal"
paginate = 5
[params]
contentTypeName = "posts"
themeColor = "blue"
showMenuItems = 2
fullWidthTheme = false
centerTheme = true
[languages]
[languages.en.params]
title = "re-Terminal"
subtitle = "A simple, retro theme for Hugo"
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoText = "re-Terminal"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "showcase"
name = "Showcase"
url = "/showcase"