fix(docs): config

This commit is contained in:
thek4n 2026-06-02 16:13:07 +03:00
parent a2c1e8df12
commit b940de220f
2 changed files with 21 additions and 14 deletions

View File

@ -49,9 +49,8 @@
</section> </section>
<footer> <footer>
<p>© year thek4n</p> <p>© {{ YEAR }} {{ COPYRIGHT_AUTHOR }}</p>
</footer> </footer>
</main> </main>
<script src="script.js"></script> <script src="script.js"></script>

View File

@ -1,11 +1,13 @@
[page] [page]
page-title = "thek4n" page-title = "thek4n"
page-meta-desc = "thek4n - developer" page-meta-desc = "thek4n - developer"
copyright-author = "thek4n"
# --- # ---
# Site registered languages
[languages] [languages]
en = "english" en = "english"
ru = "russian" ru = "russian"
@ -28,13 +30,13 @@ text.ru = '''
[gpg] [gpg]
url = "" url = "/gpgkey.txt"
showkey-text.en = "Show key" showkey-text.en = "Show key"
showkey-text.ru = "Показать ключ" showkey-text.ru = "Показать ключ"
availat-text.en = "Available at" availat-text.en = "Available at"
availat-text.ru = "Доступен по" availat-text.ru = "Доступен по"
key = ''' value = '''
asdfasdf asdfasdf
asdfasdf asdfasdf
asdfasdf asdfasdf
@ -47,27 +49,33 @@ asdfasdf
[[projects]] [[projects]]
title = "ip.thek4n.ru" title = "ip.thek4n.ru"
url = "https://ip.thek4n.ru" url = "https://ip.thek4n.ru"
description.en = "Check my ip service" description.en = "check my ip service"
description.ru = "Сервис определения ip" description.ru = "сервис определения ip"
[[projects]] [[projects]]
title = "paste.thek4n.ru" title = "paste.thek4n.ru"
url = "https://paste.thek4n.ru" url = "https://paste.thek4n.ru"
description.en = "Copy/Paste and url shortener service" description.en = "copy/Paste and url shortener service"
description.ru = "Сервис" description.ru = "укоротитель ссылок"
# --- # ---
[[contacts]] [[contacts]]
telegram.title = "@thek4n" name.en = "Telegram"
telegram.url = "https://t.me/thek4n" name.ru = "Телеграм"
title = "@thek4n"
url = "https://t.me/thek4n"
[[contacts]] [[contacts]]
github.title = "github.com/thek4n" name.en = "Github"
github.url = "https://github.com/thek4n" name.ru = "Github"
title = "github.com/thek4n"
url = "https://github.com/thek4n"
[[contacts]] [[contacts]]
email.title = "thek4n@yandex.ru" name.en = "Email"
email.url = "mailto:thek4n@yandex.ru" name.ru = "Почта"
title = "thek4n@yandex.ru"
url = "mailto:thek4n@yandex.ru"