blog/config.yaml
Alexander Kiryukhin ca8ad921cc
Post 2022-05-30
2022-05-30 23:48:20 +03:00

71 lines
1.5 KiB
YAML

baseURL: "/"
languageCode: "ru"
defaultContentLanguage: "ru"
title: "NeonXP"
theme: "paper"
params:
dateFormat: "15:04 02.01.2006"
showReadingTime: true
showBreadCrumbs: true
comments: true
profileMode:
enabled: true
imageUrl: "/img/logo512.jpg"
title: "/Users/NeonXP"
buttons:
- name: Блог
url: "/posts"
- name: Проекты
url: "/projects"
- name: Остальное
url: "/other"
- name: "Telegram Канал"
url: "https://t.me/neonxp"
- name: "GitHub"
url: "https://github.com/neonxp"
- name: "E-mail: i@neonxp.dev"
url: "mailto:i@neonxp.dev"
- name: "PGP ключ"
url: "/files/key.pgp"
socialIcons:
- name: "telegram"
url: "https://t.me/neonxp"
- name: "github"
url: "https://github.com/neonxp"
- name: "email"
url: "mailto:i@neonxp.dev"
- name: "rss"
url: "https://neonxp.dev/posts/index.xml"
language:
Lang: "ru"
outputs:
home:
- HTML
- RSS
- GEMINI
- GEMINI_ATOM
page:
- HTML
- GEMINI
mediaTypes:
text/gemini:
suffixes:
- "gmi"
application/atom:
suffixes:
- "xml"
outputFormats:
Gemini:
name: GEMINI
isPlainText: true
isHTML: false
mediaType: text/gemini
protocol: "gemini://"
permalinkable: true
path: "gemini/"
GEMINI_ATOM:
baseName: "atom"
path: "/gemini/"
protocol: "gemini://"
mediaType: "application/atom"