133 lines
3.4 KiB
YAML
133 lines
3.4 KiB
YAML
# b09f47aae7bc7f2fdeab523d15d2a8d217c4dad1
|
||
|
||
baseURL: https://cuqmbr.xyz/
|
||
theme: terminal
|
||
|
||
enableGitInfo: true
|
||
copyright: ""
|
||
|
||
defaultContentLanguage: en
|
||
defaultContentLanguageInSubdir: true
|
||
|
||
languages:
|
||
en:
|
||
languageCode: en
|
||
languageName: 🇬🇧 English
|
||
languageDirection: ltr
|
||
weight: 10
|
||
disabled: false
|
||
title: "cuqmbr's Webpage"
|
||
|
||
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
|
||
|
||
logo:
|
||
logoText: "cuqmbr's Webpage"
|
||
logoHomeLink: /en
|
||
|
||
menu:
|
||
main:
|
||
- identifier: posts
|
||
name: Blog Posts
|
||
pageRef: /posts
|
||
weight: 10
|
||
- identifier: contact
|
||
name: Contact
|
||
pageRef: /contact
|
||
weight: 20
|
||
- identifier: services
|
||
name: Services
|
||
pageRef: /services
|
||
weight: 30
|
||
- identifier: donate
|
||
name: Donate
|
||
pageRef: /donate
|
||
weight: 40
|
||
|
||
ru:
|
||
languageCode: ru
|
||
languageName: 🇷🇺 Русский
|
||
languageDirection: ltr
|
||
weight: 20
|
||
disabled: false
|
||
title: "Веб-страница cuqmbr'а"
|
||
|
||
params:
|
||
subtitle: ""
|
||
owner: ""
|
||
keywords: ""
|
||
copyright: ""
|
||
menuMore: Показать больше
|
||
readMore: Читать дальше
|
||
readOtherPosts: Читать другие посты
|
||
newerPosts: Новые посты
|
||
olderPosts: Старые посты
|
||
missingContentMessage: Страница не найдена
|
||
missingBackButtonLabel: На главную
|
||
minuteReadingTime: минут к прочтению
|
||
words: слов
|
||
|
||
logo:
|
||
logoText: "Веб-страница cuqmbr'а"
|
||
logoHomeLink: /ru
|
||
|
||
menu:
|
||
main:
|
||
- identifier: posts
|
||
name: Блог
|
||
pageRef: /posts
|
||
weight: 10
|
||
- identifier: contact
|
||
name: Контакты
|
||
pageRef: /contact
|
||
weight: 20
|
||
- identifier: services
|
||
name: Сервисы
|
||
pageRef: /services
|
||
weight: 30
|
||
- identifier: donate
|
||
name: Поддержать
|
||
pageRef: /donate
|
||
weight: 40
|
||
|
||
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
|
||
showMenuItems: 4
|
||
showLanguageSelector: true
|
||
fullWidthTheme: false
|
||
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: true
|
||
|
||
# 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
|
||
|
||
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"
|
||
|
||
readingTime: false
|
||
|
||
Toc: false
|
||
TocTitle: "Table of Contents"
|