remove PHP hosting scripts
This commit is contained in:
parent
c4c3a58dbc
commit
9b386dd155
136
config.toml
136
config.toml
@ -1,144 +1,14 @@
|
||||
baseURL = 'https://blog.iiiypuk.me/'
|
||||
baseURL = 'https://iiiypuk.me/'
|
||||
defaultContentLanguage = 'ru'
|
||||
languageCode = 'ru'
|
||||
title = 'Alexander Popov'
|
||||
theme = 'papercut'
|
||||
|
||||
enableRobotsTXT = false
|
||||
enableRobotsTXT = true
|
||||
buildDrafts = false
|
||||
buildFuture = false
|
||||
buildExpired = false
|
||||
googleAnalytics = 'UA-123-45'
|
||||
|
||||
[minify]
|
||||
disableXML = true
|
||||
disableXML = false
|
||||
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 = 'avatar.png'
|
||||
imageWidth = 110
|
||||
imageHeight = 110
|
||||
imageTitle = 'Avatar'
|
||||
|
||||
[[params.profileMode.buttons]]
|
||||
name = 'Блог'
|
||||
url = 'posts'
|
||||
|
||||
[[params.profileMode.buttons]]
|
||||
name = 'Портфолио'
|
||||
url = 'https://iiiypuk.me'
|
||||
|
||||
[params.homeInfoParams]
|
||||
Title = 'Hi there 👋'
|
||||
Content = 'Welcome to my blog'
|
||||
|
||||
[[params.socialIcons]]
|
||||
name = 'gitea'
|
||||
url = 'https://git.a2s.su'
|
||||
|
||||
[[params.socialIcons]]
|
||||
name = 'kofi'
|
||||
url = 'https://ko-fi.com/iiiypuk'
|
||||
|
||||
[[params.socialIcons]]
|
||||
name = 'email'
|
||||
url = 'mailto:iiiypuk@fastmail.fm'
|
||||
|
||||
[[params.socialIcons]]
|
||||
name = 'steam'
|
||||
url = 'https://steamcommunity.com/id/_iiiypuk'
|
||||
|
||||
[[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]
|
||||
URL = 'https://git.a2s.su/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
|
||||
|
Loading…
Reference in New Issue
Block a user