Blog/config.toml

145 lines
3.0 KiB
TOML
Raw Normal View History

2022-07-01 00:55:26 +03:00
baseURL = 'https://blog.iiiypuk.me/'
2022-07-01 03:00:55 +03:00
defaultContentLanguage = 'ru'
2022-06-09 02:49:25 +03:00
languageCode = 'ru'
title = 'Alexander Popov'
theme = 'papermod'
enableRobotsTXT = false
buildDrafts = false
buildFuture = false
buildExpired = false
googleAnalytics = 'UA-123-45'
[minify]
disableXML = true
minifyOutput = true
[params]
env = 'production'
title = 'Блог Сашки Попова'
description = 'Блог Сашки Попова'
keywords = ['Blog', 'iiiypuk']
author = 'Alexander Popov'
images = [ '<link or path of image for opengraph, twitter-cards>' ]
DateFormat = 'January 2, 2006'
defaultTheme = 'auto'
disableThemeToggle = false
ShowReadingTime = true
ShowShareButtons = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowWordCount = false
ShowRssButtonInSectionTermList = false
UseHugoToc = false
disableSpecial1stPost = false
disableScrollToTop = false
comments = false
hidemeta = false
hideSummary = false
showtoc = false
tocopen = false
[params.assets]
favicon = '<link / abs url>'
favicon16x16 = '<link / abs url>'
favicon32x32 = '<link / abs url>'
apple_touch_icon = '<link / abs url>'
safari_pinned_tab = '<link / abs url>'
[params.label]
text = 'На главную'
icon = ''
iconHeight = 35
[params.profileMode]
enabled = true
2022-06-12 07:41:23 +03:00
title = "Привет! Я Сашка 👋"
2022-06-09 02:49:25 +03:00
subtitle = '(phc forever)'
2022-06-12 07:41:23 +03:00
imageUrl = 'avatar.png'
imageWidth = 110
imageHeight = 110
2022-06-09 02:49:25 +03:00
imageTitle = 'Avatar'
[[params.profileMode.buttons]]
name = 'Блог'
url = 'posts'
[[params.profileMode.buttons]]
name = 'Портфолио'
2022-07-01 00:55:26 +03:00
url = 'https://iiiypuk.me'
2022-06-09 02:49:25 +03:00
[params.homeInfoParams]
Title = 'Hi there 👋'
Content = 'Welcome to my blog'
2022-06-12 07:41:23 +03:00
[[params.socialIcons]]
name = 'gitea'
url = 'https://git.a2s.su'
2022-06-09 02:49:25 +03:00
[[params.socialIcons]]
name = 'kofi'
url = 'https://ko-fi.com/iiiypuk'
[[params.socialIcons]]
name = 'email'
url = 'mailto:iiiypuk@fastmail.fm'
2022-06-12 07:41:23 +03:00
[[params.socialIcons]]
name = 'steam'
url = 'https://steamcommunity.com/id/_iiiypuk'
2022-06-09 02:49:25 +03:00
[[params.socialIcons]]
name = 'twitter'
url = 'https://twitter.com/_iiiypuk'
[[params.socialIcons]]
name = 'lastfm'
url = 'https://www.last.fm/user/Alex_Popov'
[params.analytics.google]
SiteVerificationTag = ''
[params.analytics.bing]
SiteVerificationTag = ''
[params.analytics.yandex]
SiteVerificationTag = ''
[params.cover]
hidden = true
hiddenInList = true
hiddenInSingle = true
[params.editPost]
2022-06-12 07:41:23 +03:00
URL = 'https://git.a2s.su/iiiypuk/Blog/content'
2022-06-09 02:49:25 +03:00
Text = 'Предложить исправление'
appendFilePath = true
[params.fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0
distance = 1_000
threshold = 0.4
minMatchCharLength = 0
keys = [ 'title', 'permalink', 'summary', 'content' ]
[[menu.main]]
identifier = 'posts'
name = 'блог'
url = '/posts/'
weight = 10
[[menu.main]]
identifier = 'tags'
name = 'теги'
url = '/tags/'
weight = 20
[[menu.main]]
identifier = 'example'
name = 'example.org'
url = 'https://example.org'
weight = 30