Blog/config.toml

149 lines
3.0 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://me.a2s.su/blog/'
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
title = "Привет, я Сашка Попов"
subtitle = '(phc forever)'
imageUrl = '<img location>'
imageWidth = 120
imageHeight = 120
imageTitle = 'Avatar'
[[params.profileMode.buttons]]
name = 'Блог'
url = 'posts'
[[params.profileMode.buttons]]
name = 'Теги'
url = 'tags'
[[params.profileMode.buttons]]
name = 'Портфолио'
url = 'https://me.a2s.su'
[params.homeInfoParams]
Title = 'Hi there 👋'
Content = 'Welcome to my blog'
[[params.socialIcons]]
name = 'kofi'
url = 'https://ko-fi.com/iiiypuk'
[[params.socialIcons]]
name = 'email'
url = 'mailto:iiiypuk@fastmail.fm'
[[params.socialIcons]]
name = 'twitter'
url = 'https://twitter.com/_iiiypuk'
[[params.socialIcons]]
name = 'gitea'
url = 'https://git.a2s.su'
[[params.socialIcons]]
name = 'lastfm'
url = 'https://www.last.fm/user/Alex_Popov'
[[params.socialIcons]]
name = 'steam'
url = 'https://steamcommunity.com/id/_iiiypuk'
[params.analytics.google]
SiteVerificationTag = ''
[params.analytics.bing]
SiteVerificationTag = ''
[params.analytics.yandex]
SiteVerificationTag = ''
[params.cover]
hidden = true
hiddenInList = true
hiddenInSingle = true
[params.editPost]
URL = 'https://git.a2s.su.com/iiiypuk/Blog/content'
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