blog/config.yaml

77 lines
1.7 KiB
YAML
Raw Normal View History

2022-03-05 04:16:30 +03:00
baseURL: "/"
languageCode: "ru"
defaultContentLanguage: "ru"
2023-12-28 01:51:48 +03:00
title: "/var/log/NeonXP"
2023-12-29 02:54:59 +03:00
theme: "coder"
2022-03-05 04:16:30 +03:00
params:
2023-09-20 14:46:32 +03:00
author: NeonXP
2023-10-01 23:56:25 +03:00
email: i@neonxp.ru
2023-12-29 02:54:59 +03:00
avatarURL: "/img/logo512.png"
info: "/var/log/NeonXP"
description: "Личный блог Go разработчика"
math: true
2023-12-29 03:01:03 +03:00
commit: https://gitrepo.ru/NeonXP/blog/commits/branch/master
colorScheme: dark
hideColorSchemeToggle: true
since: 2007
2023-12-29 02:54:59 +03:00
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
2023-10-01 23:56:25 +03:00
url: "mailto:i@neonxp.ru"
2023-12-29 02:54:59 +03:00
- name: RSS
icon: fa fa-rss
2023-12-28 03:03:34 +03:00
url: "/index.xml"
2022-03-05 04:16:30 +03:00
language:
Lang: "ru"
2023-05-26 18:06:32 +03:00
editPost:
2023-06-10 15:57:35 +03:00
URL: "https://gitrepo.ru/neonxp/blog/src/branch/master/content"
Text: "Предложить исправление"
appendFilePath: true
2022-03-05 04:16:30 +03:00
outputs:
2023-06-10 15:57:35 +03:00
home:
- HTML
- RSS
page:
- HTML
2023-07-24 20:47:43 +03:00
mediaTypes:
2023-09-20 14:49:56 +03:00
application/atom+xml:
2023-07-24 20:47:43 +03:00
suffixes:
- "xml"
2023-05-26 18:06:32 +03:00
menu:
main:
- identifier: blog
name: Блог
url: /posts/
weight: 10
- identifier: tags
name: Теги
url: /tags/
weight: 20
- identifier: projects
name: Проекты
url: /projects/
weight: 30
2023-12-29 02:54:59 +03:00
- identifier: other
name: Всякое разное
url: /other/
2023-05-26 18:06:32 +03:00
weight: 40
2023-12-29 02:54:59 +03:00
- identifier: contacts
name: Контакты
url: "/other/contacts"
- identifier: archive
name: Архив
url: "/archive"
2023-12-29 02:54:59 +03:00
- identifier: rss
name: RSS
url: "/index.xml"