2023-12-13 21:47:26 +03:00
|
|
|
|
baseurl = ""
|
|
|
|
|
# languageCode = "ru-ru"
|
|
|
|
|
theme = "hugo-theme-terminal"
|
2024-01-25 20:37:36 +03:00
|
|
|
|
paginate = 5
|
2023-12-13 21:47:26 +03:00
|
|
|
|
DefaultContentLanguage = "ru"
|
2024-01-16 19:06:27 +03:00
|
|
|
|
#defaultContentLanguageInSubdir = true
|
2023-12-13 21:47:26 +03:00
|
|
|
|
# enableGitInfo = true
|
|
|
|
|
|
|
|
|
|
# [frontmatter]
|
|
|
|
|
# lastmod = ['lastmod', ':git', 'date', 'publishDate']
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[params]
|
|
|
|
|
# dir name of your main content (default is `content/posts`).
|
|
|
|
|
# the list of set content will show up on your index page (baseurl).
|
2024-01-16 18:57:42 +03:00
|
|
|
|
contentTypeName = "about"
|
2023-12-13 21:47:26 +03:00
|
|
|
|
|
|
|
|
|
# ["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
|
2024-01-16 18:45:21 +03:00
|
|
|
|
showLanguageSelector = false
|
2023-12-13 21:47:26 +03:00
|
|
|
|
|
|
|
|
|
# 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)
|
2023-12-24 15:49:20 +03:00
|
|
|
|
favicon = "/img/favicon.svg"
|
2023-12-13 21:47:26 +03:00
|
|
|
|
|
|
|
|
|
# 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"
|
|
|
|
|
|
|
|
|
|
# set all headings to their default size (depending on browser settings)
|
2024-01-25 20:37:36 +03:00
|
|
|
|
oneHeadingSize = false # default
|
2023-12-13 21:47:26 +03:00
|
|
|
|
|
|
|
|
|
# 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
|
2024-01-07 15:18:38 +03:00
|
|
|
|
# TocTitle = "Table of Contents" # default
|
2023-12-13 21:47:26 +03:00
|
|
|
|
|
|
|
|
|
[languages.ru]
|
2023-12-24 15:56:53 +03:00
|
|
|
|
languageCode = 'ru'
|
|
|
|
|
languageName = 'RU'
|
|
|
|
|
title = "Sadium"
|
|
|
|
|
[languages.ru.params]
|
2023-12-13 21:47:26 +03:00
|
|
|
|
writtenby = "Сисадмин Линк"
|
|
|
|
|
keywords = ""
|
|
|
|
|
copyright = ""
|
|
|
|
|
menuMore = "Меню"
|
|
|
|
|
readMore = "Читать далее"
|
|
|
|
|
readOtherPosts = "Читать другие статьи"
|
|
|
|
|
newerPosts = "Новые посты"
|
|
|
|
|
olderPosts = "Старые посты"
|
|
|
|
|
missingContentMessage = "Страница не найдена..."
|
|
|
|
|
missingBackButtonLabel = "Вернуться на домашнюю страницу"
|
2024-01-16 18:55:33 +03:00
|
|
|
|
# url = "/"
|
2023-12-13 21:47:26 +03:00
|
|
|
|
|
2023-12-24 15:56:53 +03:00
|
|
|
|
[languages.ru.params.logo]
|
|
|
|
|
logoText = "Sadium"
|
2024-01-16 19:06:27 +03:00
|
|
|
|
# logoHomeLink = "/"
|
2023-12-13 21:47:26 +03:00
|
|
|
|
|
|
|
|
|
[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]]
|
2023-12-24 15:49:20 +03:00
|
|
|
|
identifier = "live"
|
2024-01-07 15:18:38 +03:00
|
|
|
|
name = "[🔼]Owncast"
|
2023-12-13 21:47:26 +03:00
|
|
|
|
url = "https://live.sadium.cyou"
|
|
|
|
|
[[languages.ru.menu.main]]
|
2023-12-24 15:49:20 +03:00
|
|
|
|
identifier = "uptime"
|
2024-01-07 15:18:38 +03:00
|
|
|
|
name = "[🔼]Статус"
|
|
|
|
|
url = "https://up.sadium.cyou"
|