hugo-theme-re-terminal/demoSite/config.toml

62 lines
1.2 KiB
TOML
Raw Normal View History

2024-07-30 08:34:53 +00:00
baseurl = "https://re-terminal.nebrowser.com"
2022-06-21 13:50:51 +00:00
languageCode = "en-us"
2024-07-30 08:01:36 +00:00
# theme = "hugo-theme-re-terminal"
2022-06-21 13:50:51 +00:00
paginate = 5
[params]
2024-07-29 06:15:27 +00:00
contentTypeName = "posts"
2024-07-30 08:01:36 +00:00
themeColor = "blue"
2024-07-29 06:15:27 +00:00
showMenuItems = 2
fullWidthTheme = false
2024-07-30 08:01:36 +00:00
centerTheme = true
2024-07-30 11:37:30 +00:00
[params.banner]
dismissible = false
text = "Check it out on GitHub"
url = "https://github.com/mirus-ua/hugo-theme-re-terminal"
2022-06-21 13:50:51 +00:00
[languages]
2024-07-30 08:01:36 +00:00
[languages.en.params]
2024-07-29 06:15:27 +00:00
title = "re-Terminal"
subtitle = "A simple, retro theme for Hugo"
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
2022-06-21 13:50:51 +00:00
2024-07-29 06:15:27 +00:00
[languages.en.params.logo]
logoText = "re-Terminal"
logoHomeLink = "/"
2022-06-21 13:50:51 +00:00
2024-07-29 06:15:27 +00:00
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "showcase"
name = "Showcase"
url = "/showcase"
2024-07-31 10:19:01 +00:00
# Only for demo deploy perpous
[module]
[[module.mounts]]
source = 'demoSite/content'
target = 'content'
[[module.mounts]]
source = 'demoSite/static'
target = 'static'
[[module.mounts]]
source = 'static'
target = 'static'
[[module.mounts]]
source = 'demoSite/layouts'
target = 'layouts'
[[module.mounts]]
source = 'layouts'
target = 'layouts'
[[module.mounts]]
source = 'archetypes'
target = 'archetypes'