blog/config.yaml
NeonXP 0f0c6de572
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Попытка исправить фон комментов
2024-01-03 19:06:46 +03:00

77 lines
1.7 KiB
YAML
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: "/"
languageCode: "ru"
defaultContentLanguage: "ru"
title: "/var/log/NeonXP"
theme: "coder"
params:
author: NeonXP
email: i@neonxp.ru
avatarURL: "/img/logo512.png"
info: "/var/log/NeonXP"
description: "Личный блог Go разработчика"
math: true
commit: https://gitrepo.ru/NeonXP/blog/commits/branch/master
colorScheme: dark
hideColorSchemeToggle: true
since: 2007
social:
- name: Git с моими проектами
icon: fa fa-git
url: https://gitrepo.ru/neonxp/
- name: Telegram канал
icon: fa fa-telegram
url: https://t.me/neonxplog
- name: VK канал
icon: fa fa-vk
url: https://vk.com/neonxplog
- name: E-mail
icon: fa fa-at
url: "mailto:i@neonxp.ru"
- name: RSS
icon: fa fa-rss
url: "/index.xml"
language:
Lang: "ru"
editPost:
URL: "https://gitrepo.ru/neonxp/blog/src/branch/master/content"
Text: "Предложить исправление"
appendFilePath: true
outputs:
home:
- HTML
- RSS
page:
- HTML
mediaTypes:
application/atom+xml:
suffixes:
- "xml"
menu:
main:
- identifier: blog
name: Блог
url: /posts/
weight: 10
- identifier: tags
name: Теги
url: /tags/
weight: 20
- identifier: projects
name: Проекты
url: /projects/
weight: 30
- identifier: other
name: Всякое разное
url: /other/
weight: 40
- identifier: contacts
name: Контакты
url: "/other/contacts"
- identifier: archive
name: Архив
url: "/archive"
- identifier: rss
name: RSS
url: "/index.xml"