selfprivacy_fork/config.toml

88 lines
1.6 KiB
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

baseURL = "https://selfprivacy.org/"
languageCode = "ru-ru"
defaultContentLanguage = "ru"
title = "SelfPrivacy.org"
theme = "anubis"
enableEmoji = true
Subtitle = "Be decentralised!"
enableRobotsTXT = false
[sitemap]
changefreq = "daily"
filename = "sitemap.xml"
priority = 0.5
[author]
name = "Kirill Zholnay"
[params]
readMore = true
author = "Kirill Zholnay"
style = "dark-without-switcher"
dateFormat = "2006-01-02"
[languages.en]
languageName = "English"
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
[[languages.en.menu.main]]
name = "Blog"
identifier = "blog"
url = "/posts/"
weight = 4
[[languages.en.menu.main]]
name = "Archi"
identifier = "archi"
url = "https://archi.selfprivacy.org"
weight = 3
[[languages.en.menu.main]]
name = "Development"
identifier = "development"
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org"
weight = 5
[languages.ru]
languageName = "Русский"
[[menu.main]]
identifier = "about"
name = "О проекте"
url = "/about/"
weight = 1
[[menu.main]]
name = "Архитектура"
identifier = "archi"
url = "https://archi.selfprivacy.org"
weight = 3
[[menu.main]]
identifier = "blog"
name = "Блог"
url = "/posts/"
weight = 3
[[menu.main]]
identifier = "development"
name = "Разработка"
url = "https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org"
weight = 4
[taxonomies]
category = "categories"
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2