127 lines
No EOL
3.7 KiB
TOML
Executable file
127 lines
No EOL
3.7 KiB
TOML
Executable file
baseurl = "https://sadium.cyou/"
|
||
languageCode = "ru-ru"
|
||
#theme = "hugo-theme-terminal"
|
||
paginate = 5
|
||
DefaultContentLanguage = "ru"
|
||
# defaultContentLanguageInSubdir = true
|
||
# enableGitInfo = true
|
||
|
||
# [frontmatter]
|
||
# lastmod = ['lastmod', ':git', 'date', 'publishDate']
|
||
|
||
[markup]
|
||
[markup.tableOfContents]
|
||
endLevel = 5
|
||
ordered = false
|
||
startLevel = 2
|
||
|
||
[markup.goldmark.renderer]
|
||
unsafe = true
|
||
|
||
[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 = "about"
|
||
|
||
# ["orange", "blue", "red", "green", "pink"]
|
||
themeColor = "red"
|
||
|
||
# if you set this to 0, only submenu trigger will be visible
|
||
showMenuItems = 10
|
||
|
||
# show selector to switch language
|
||
showLanguageSelector = false
|
||
|
||
# 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
|
||
|
||
# set a custom favicon (default is a `themeColor` square)
|
||
favicon = "/img/favicon.svg"
|
||
|
||
# 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 = "Обновлено"
|
||
|
||
# set all headings to their default size (depending on browser settings)
|
||
oneHeadingSize = false # default
|
||
|
||
# whether to show a page's estimated reading time
|
||
# readingTime = false # default
|
||
|
||
# whether to show a table of contents
|
||
# can be overridden in a page's front-matter
|
||
Toc = true # default
|
||
|
||
# set title for the table of contents
|
||
# can be overridden in a page's front-matter
|
||
# TocTitle = "Содержание" # default
|
||
[params.author]
|
||
email = ""
|
||
name = "Сисадмин Линк"
|
||
|
||
[languages]
|
||
[languages.ru]
|
||
languageCode = "ru"
|
||
languageName = "RU"
|
||
title = "Sadium"
|
||
[languages.ru.params]
|
||
writtenby = "Сисадмин Линк"
|
||
keywords = ""
|
||
copyright = ""
|
||
menuMore = "Меню"
|
||
readMore = "Читать далее"
|
||
readOtherPosts = "Другие статьи"
|
||
newerPosts = "Новые посты"
|
||
olderPosts = "Старые посты"
|
||
missingContentMessage = "Страница не найдена..."
|
||
missingBackButtonLabel = "Вернуться на домашнюю страницу"
|
||
# url = "/"
|
||
|
||
[languages.ru.params.logo]
|
||
logoText = "Sadium"
|
||
# logoHomeLink = "/"
|
||
|
||
[languages.ru.menu]
|
||
[[languages.ru.menu.main]]
|
||
identifier = "services"
|
||
name = "Сервисы"
|
||
url = "/services"
|
||
[[languages.ru.menu.main]]
|
||
identifier = "posts"
|
||
name = "Статьи"
|
||
url = "/posts"
|
||
[[languages.ru.menu.main]]
|
||
identifier = "about"
|
||
name = "Обо мне"
|
||
url = "/about"
|
||
[[languages.ru.menu.main]]
|
||
identifier = "contacts"
|
||
name = "Контакты"
|
||
url = "/contacts"
|
||
[[languages.ru.menu.main]]
|
||
identifier = "donate"
|
||
name = "💴"
|
||
url = "/donate"
|
||
[[languages.ru.menu.main]]
|
||
identifier = "live"
|
||
name = "[Owncast]"
|
||
url = "https://live.sadium.cyou"
|
||
[[languages.ru.menu.main]]
|
||
identifier = "uptime"
|
||
name = "[Uptime]"
|
||
url = "https://up.sadium.cyou"
|
||
[[languages.ru.menu.main]]
|
||
identifier = "uptime"
|
||
name = "[Uptime]"
|
||
url = "https://up.sadium.cyou" |