1
0
cuqmbr.xyz/hugo.toml

152 lines
4.5 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

baseURL = 'https://cuqmbr.xyz/'
languageCode = 'en'
theme = 'terminal'
copyright = 'Powered by <a href="https://gohugo.io">Hugo</a>'
defaultContentLanguage = 'en'
defaultContentLanguageInSubdir = true
disableDefaultLanguageRedirect = false
[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"
contentTypeName = "null" # Prevent posts showing on the root page
# if you set this to 0, only submenu trigger will be visible
showMenuItems = 4
# show selector to switch language
showLanguageSelector = true
# set theme to full screen width
# fullWidthTheme = false
# center theme with default width
centerTheme = true
# 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 = false
# 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 = true
# enableGitInfo = true
dateFormat = "2006-01-02"
# Provide a string as a prefix for the last update date. By default, it looks like this: 2020-xx-xx [Updated: 2020-xx-xx] :: Author
# updatedDatePrefix = "Updated"
# whether to show a page's estimated reading time
# readingTime = true # default: false
# whether to show a table of contents
# can be overridden in a page's front-matter
# Toc = true # default: false
# set title for the table of contents
# can be overridden in a page's front-matter
# TocTitle = "Table of Contents" # default
[languages]
[languages.en]
languageCode = "en"
languageName = "🇬🇧 English"
languageDirection = "ltr"
weight = 0
disabled = false
title = "cuqmbr's Webpage"
[languages.en.params]
subtitle = ""
owner = ""
keywords = ""
copyright = ""
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
missingContentMessage = "Page not found"
missingBackButtonLabel = "Back to home page"
minuteReadingTime = "min read"
words = "words"
[languages.en.params.logo]
logoText = "cuqmbr's Webpage"
logoHomeLink = "/"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "posts"
name = "Blog Posts"
url = "/en/posts"
weight = 10
[[languages.en.menu.main]]
identifier = "contact"
name = "Contact"
url = "/en/contact"
weight = 20
[[languages.en.menu.main]]
identifier = "services"
name = "Services"
url = "/en/services"
weight = 30
[[languages.en.menu.main]]
identifier = "donate"
name = "Donate"
url = "/en/donate"
weight = 40
[languages.ru]
languageCode = "ru"
languageName = "🇷🇺 Русский"
languageDirection = "ltr"
weight = 10
disabled = false
title = "Веб-страница cuqmbr'а"
[languages.ru.params]
subtitle = ""
owner = ""
keywords = ""
copyright = ""
menuMore = "Показать больше"
readMore = "Читать дальше"
readOtherPosts = "Читать другие посты"
newerPosts = "Новые посты"
olderPosts = "Старые посты"
missingContentMessage = "Страница не найдена"
missingBackButtonLabel = "На главную"
minuteReadingTime = "минут к прочтению"
words = "слов"
[languages.ru.params.logo]
logoText = "Веб-страница cuqmbr'а"
logoHomeLink = "/ru"
[languages.ru.menu]
[[languages.ru.menu.main]]
identifier = "posts"
name = "Блог"
url = "/ru/posts"
weight = 10
[[languages.ru.menu.main]]
identifier = "contact"
name = "Контакты"
url = "/ru/contact"
weight = 20
[[languages.ru.menu.main]]
identifier = "services"
name = "Сервисы"
url = "/ru/services"
weight = 30
[[languages.ru.menu.main]]
identifier = "donate"
name = "Поддержать"
url = "/ru/donate"
weight = 40