2026-06-23 22:12:36 +00:00
|
|
|
# -- Theme Options --
|
|
|
|
|
# These options control how the theme functions and allow you to
|
|
|
|
|
# customise the display of your website.
|
|
|
|
|
#
|
|
|
|
|
# Refer to the theme docs for more details about each of these parameters.
|
2026-06-25 18:09:55 +00:00
|
|
|
# https://github.com/mirus-ua/hugo-theme-re-terminal#how-to-configure
|
2026-06-23 22:12:36 +00:00
|
|
|
|
2026-06-25 18:09:55 +00:00
|
|
|
[params]
|
|
|
|
|
# dir name of your main content (default is `content/posts`).
|
|
|
|
|
# the list of set content will show up on your index page (baseurl).
|
|
|
|
|
contentTypeName = "posts"
|
2026-06-23 22:12:36 +00:00
|
|
|
|
2026-06-25 18:09:55 +00:00
|
|
|
# ["orange", "blue", "red", "green", "pink", "paper"]
|
|
|
|
|
themeColor = "orange"
|
2026-06-23 22:12:36 +00:00
|
|
|
|
2026-06-25 18:09:55 +00:00
|
|
|
# if you set this to 0, only submenu trigger will be visible
|
|
|
|
|
showMenuItems = 2
|
2026-06-23 22:12:36 +00:00
|
|
|
|
2026-06-25 18:09:55 +00:00
|
|
|
# show selector to switch language
|
|
|
|
|
showLanguageSelector = false
|
2026-06-23 22:12:36 +00:00
|
|
|
|
2026-06-25 18:09:55 +00:00
|
|
|
# set theme to full screen width
|
|
|
|
|
fullWidthTheme = false
|
2026-06-23 22:12:36 +00:00
|
|
|
|
2026-06-25 18:09:55 +00:00
|
|
|
# center theme with default width
|
|
|
|
|
centerTheme = false
|
2026-06-23 22:12:36 +00:00
|
|
|
|
2026-06-25 18:09:55 +00:00
|
|
|
# if your resource directory contains an image called `cover.(jpg|png|webp)`,
|
|
|
|
|
# then the file will be used as a cover automatically.
|
|
|
|
|
# With this option you don't have to put the `cover` param in a front-matter.
|
|
|
|
|
autoCover = true
|
2026-06-23 22:12:36 +00:00
|
|
|
|
2026-06-25 18:09:55 +00:00
|
|
|
# set post to show the last updated
|
|
|
|
|
# if you use git, you can set `enableGitInfo` to `true` and then post will automatically get the last updated
|
|
|
|
|
showLastUpdated = false
|
2026-06-23 22:12:36 +00:00
|
|
|
|
|
|
|
|
[sitemap]
|
|
|
|
|
excludedKinds = ["taxonomy", "term"]
|
|
|
|
|
|
|
|
|
|
[taxonomy]
|
2026-06-25 18:09:55 +00:00
|
|
|
showTermCount = true
|