mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2024-11-16 09:27:17 +03:00
50 lines
963 B
TOML
50 lines
963 B
TOML
baseURL = "https://fruworg.github.io/"
|
||
anguageCode = "ru-RU"
|
||
title = "фрув.орг"
|
||
theme = "themu"
|
||
|
||
pygmentsstyle = "fruity"
|
||
pygmentscodefences = true
|
||
pygmentscodefencesguesssyntax = true
|
||
paginate=4 # articles per page
|
||
|
||
[params]
|
||
mode="dark" # color-mode → light,dark,toggle or auto
|
||
description="всем привет!"
|
||
subtitle = "hello there!"
|
||
#useCDN=false # don't use CDNs for fonts and icons, instead serve them locally.
|
||
|
||
[[params.social]]
|
||
name = "uptime"
|
||
url = "https://up.fruw.org"
|
||
|
||
[[params.social]]
|
||
name = "git"
|
||
url = "https://github.com/fruworg"
|
||
|
||
[[params.social]]
|
||
name = "mail"
|
||
url = "mailto:im@fruw.org"
|
||
|
||
[[params.social]]
|
||
name = "matrix"
|
||
url = "https://matrix.to/#/@im:fruw.org"
|
||
|
||
[[params.social]]
|
||
name = "tg"
|
||
url = "https://t.me/fruworg"
|
||
|
||
[[params.social]]
|
||
name = "pgp"
|
||
url = "https://fruw.org/0x952C15AB751A65F6"
|
||
|
||
[[menu.main]]
|
||
name = "Все посты"
|
||
url = "/posts"
|
||
weight = 1
|
||
|
||
[[menu.main]]
|
||
name = "Теги"
|
||
url = "/tags"
|
||
weight = 2
|