fix(docs): config
This commit is contained in:
parent
a2c1e8df12
commit
b940de220f
@ -49,9 +49,8 @@
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p>© year thek4n</p>
|
||||
<p>© {{ YEAR }} {{ COPYRIGHT_AUTHOR }}</p>
|
||||
</footer>
|
||||
|
||||
</main>
|
||||
|
||||
<script src="script.js"></script>
|
||||
|
||||
@ -1,11 +1,13 @@
|
||||
[page]
|
||||
page-title = "thek4n"
|
||||
page-meta-desc = "thek4n - developer"
|
||||
copyright-author = "thek4n"
|
||||
|
||||
|
||||
# ---
|
||||
|
||||
|
||||
# Site registered languages
|
||||
[languages]
|
||||
en = "english"
|
||||
ru = "russian"
|
||||
@ -28,13 +30,13 @@ text.ru = '''
|
||||
|
||||
|
||||
[gpg]
|
||||
url = ""
|
||||
url = "/gpgkey.txt"
|
||||
showkey-text.en = "Show key"
|
||||
showkey-text.ru = "Показать ключ"
|
||||
|
||||
availat-text.en = "Available at"
|
||||
availat-text.ru = "Доступен по"
|
||||
key = '''
|
||||
value = '''
|
||||
asdfasdf
|
||||
asdfasdf
|
||||
asdfasdf
|
||||
@ -47,27 +49,33 @@ asdfasdf
|
||||
[[projects]]
|
||||
title = "ip.thek4n.ru"
|
||||
url = "https://ip.thek4n.ru"
|
||||
description.en = "Check my ip service"
|
||||
description.ru = "Сервис определения ip"
|
||||
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 = "Сервис"
|
||||
description.en = "copy/Paste and url shortener service"
|
||||
description.ru = "укоротитель ссылок"
|
||||
|
||||
|
||||
# ---
|
||||
|
||||
|
||||
[[contacts]]
|
||||
telegram.title = "@thek4n"
|
||||
telegram.url = "https://t.me/thek4n"
|
||||
name.en = "Telegram"
|
||||
name.ru = "Телеграм"
|
||||
title = "@thek4n"
|
||||
url = "https://t.me/thek4n"
|
||||
|
||||
[[contacts]]
|
||||
github.title = "github.com/thek4n"
|
||||
github.url = "https://github.com/thek4n"
|
||||
name.en = "Github"
|
||||
name.ru = "Github"
|
||||
title = "github.com/thek4n"
|
||||
url = "https://github.com/thek4n"
|
||||
|
||||
[[contacts]]
|
||||
email.title = "thek4n@yandex.ru"
|
||||
email.url = "mailto:thek4n@yandex.ru"
|
||||
name.en = "Email"
|
||||
name.ru = "Почта"
|
||||
title = "thek4n@yandex.ru"
|
||||
url = "mailto:thek4n@yandex.ru"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user