thek4n.ru/docs/config_example.toml
2026-06-02 16:56:25 +03:00

92 lines
1.4 KiB
TOML

[page]
page-title = "thek4n"
page-meta-desc = "thek4n - developer"
copyright-author = "thek4n"
# ---
# Site registered languages
[languages]
en = "english"
ru = "russian"
# ---
[aboutme]
text.en = '''
'''
text.ru = '''
'''
# ---
[gpg]
url = "/gpgkey.txt"
showkey-text.en = "Show key"
showkey-text.ru = "Показать ключ"
availat-text.en = "Available at"
availat-text.ru = "Доступен по"
copied-text.en = "Copied!"
copied-text.ru = "Скопировано!"
value = '''
asdfasdf
asdfasdf
asdfasdf
'''
# ---
[[projects]]
title = "ip.thek4n.ru"
url = "https://ip.thek4n.ru"
description.en = "check my ip service"
description.ru = "сервис определения ip"
[[projects]]
title = "paste.thek4n.ru"
url = "https://paste.thek4n.ru"
description.en = "copy/paste and url shortener service"
description.ru = "укоротитель ссылок"
[[projects]]
title = "thek4n.ru"
url = "https://thek4n.ru"
description.en = "this site source"
description.ru = "исходники этого сайта"
# ---
[[contacts]]
name.en = "Telegram"
name.ru = "Телеграм"
title = "@thek4n"
url = "https://t.me/thek4n"
[[contacts]]
name.en = "Github"
name.ru = "Github"
title = "github.com/thek4n"
url = "https://github.com/thek4n"
[[contacts]]
name.en = "Email"
name.ru = "Почта"
title = "thek4n@yandex.ru"
url = "mailto:thek4n@yandex.ru"