fruworg.github.io/config.toml
2023-10-13 12:51:09 +06:00

65 lines
1.0 KiB
TOML

baseURL = "https://fruw.org/"
languageCode = "ru-RU"
languageName = "Russian"
defaultContentLanguage = 'ru'
title = "фруворг"
theme = "themu"
pygmentsstyle = "fruity"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
paginate = 4
[params]
description = "всем привет!"
subtitlefile = true
og_image = "fruworg.jpg"
[[params.social]]
name = "mail"
url = "mailto:im@fruw.org"
[[params.social]]
name = "matrix"
url = "//matrix.to/#/@im:fruw.org"
[[params.social]]
name = "tg"
url = "//t.me/fruworg"
[[params.social]]
name = "pgp"
url = "//keys.openpgp.org/pks/lookup?op=get&options=mr&search=im@fruw.org"
[[params.social]]
name = "keyoxide"
url = "https://keyoxide.org/86a5f8191783e6f1"
[[params.social]]
name = "up"
url = "//up.fruw.org"
[[params.social]]
name = "git"
url = "//github.com/fruworg"
[[menu.main]]
name = "посты"
url = "/posts"
weight = 1
[[menu.main]]
name = "теги"
url = "/tags"
weight = 2
[[menu.main]]
name = "rss"
url = "/index.xml"
weight = 3
[[menu.main]]
name = "webring"
url = "/webring.html"
weight = 4