blog/config.toml

138 lines
2.7 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 = "http://neonxp.ru/"
languageCode = "ru"
defaultContentLanguage = "ru"
title = "/home/NeonXP"
theme = "coder"
[params]
author = "/home/NeonXP"
email = "i@neonxp.ru"
avatarURL = "/img/logo512.png"
info = "Персональный сервер"
description = "Личный блог Go разработчика"
math = true
commit = "https://gitrepo.ru/NeonXP/blog/commits/branch/master"
colorScheme = "dark"
hideColorSchemeToggle = true
since = 2_007
dateFormat = "2 January 2006"
mainSections = ["posts"]
[params.brand]
tagline = "/home/NeonXP"
icon = "img/icon.png"
logo = "img/logo512.png"
[blackfriday]
angledQuotes = true
hrefTargetBlank = true
[[params.social]]
name = "Jabber"
icon = "fa fa-lightbulb-o"
url = "xmpp:i@neonxp.ru?message"
[[params.social]]
name = "Git с моими проектами"
icon = "fa fa-git"
url = "https://gitrepo.ru/neonxp/"
# [[params.social]]
# name = "Mastodon"
# icon = "fa fa-mastodon"
# url = "https://soc.neonxp.ru/@neonxp/"
[[params.social]]
name = "Telegram канал"
icon = "fa fa-telegram"
url = "https://t.me/neonxplog"
[[params.social]]
name = "VK канал"
icon = "fa fa-vk"
url = "https://vk.com/neonxplog"
[[params.social]]
name = "E-mail"
icon = "fa fa-at"
url = "mailto:i@neonxp.ru"
[[params.social]]
name = "RSS"
icon = "fa fa-rss"
url = "/feed.atom"
[params.language]
Lang = "ru"
[params.editPost]
URL = "https://gitrepo.ru/neonxp/blog/src/branch/master/content"
Text = "Предложить исправление"
appendFilePath = true
[outputs]
home = [ "HTML", "ATOM" ]
page = [ "HTML" ]
section = ["HTML"]
taxonomy = ["HTML"]
taxonomyTerm = ["HTML"]
[outputFormats]
[outputFormats.ATOM]
name = "ATOM"
baseName = "feed"
mediaType = "application/atom+xml"
[mediaTypes]
[mediaTypes."application/atom+xml"]
suffixes = ["atom"]
[[menu.main]]
identifier = "jabber"
name = "Джаббер"
url = "/jabber/"
weight = 5
[[menu.main]]
identifier = "blog"
name = "Блог"
url = "/posts/"
weight = 10
[[menu.main]]
identifier = "tags"
name = "Теги"
url = "/tags/"
weight = 20
[[menu.main]]
identifier = "other"
name = "Всякое разное"
url = "/other/"
weight = 40
[[menu.main]]
identifier = "contacts"
name = "Контакты"
url = "/me"
[[menu.main]]
identifier = "archive"
name = "Архив"
url = "/archive"
[[menu.main]]
identifier = "rss"
name = "RSS"
url = "/feed.atom"
[permalinks]
posts = "/posts/:year/:month/:day/:filename"
archive = "/archive/:year/:month/:day/:filename"
snippets = "/snippets/:filename"
page = "/page/:filename"
other = "/other/:filename"
projects = "/projects/:filename"
[markup.goldmark.renderer]
unsafe = true # Allow HTML in md files