docs: add example config

This commit is contained in:
thek4n 2026-06-02 15:57:38 +03:00
parent f3bb85a1ef
commit a2c1e8df12
2 changed files with 74 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<section>
<h1 data-lang="en">Projects</h1>
<p data-lang="en"><small>Developer</small></p>
<p data-lang="en"><small class="muted">service desc</small></p>
</section>
<section>

73
example_config.toml Normal file
View File

@ -0,0 +1,73 @@
[page]
page-title = "thek4n"
page-meta-desc = "thek4n - developer"
# ---
[languages]
en = "english"
ru = "russian"
# ---
[aboutme]
text.en = '''
'''
text.ru = '''
'''
# ---
[gpg]
url = ""
showkey-text.en = "Show key"
showkey-text.ru = "Показать ключ"
availat-text.en = "Available at"
availat-text.ru = "Доступен по"
key = '''
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 = "Сервис"
# ---
[[contacts]]
telegram.title = "@thek4n"
telegram.url = "https://t.me/thek4n"
[[contacts]]
github.title = "github.com/thek4n"
github.url = "https://github.com/thek4n"
[[contacts]]
email.title = "thek4n@yandex.ru"
email.url = "mailto:thek4n@yandex.ru"