119 lines
2.1 KiB
TOML
119 lines
2.1 KiB
TOML
[page]
|
||
title = "Hi, I'm Vlad"
|
||
meta_title = "thek4n"
|
||
meta_description = "thek4n - developer"
|
||
description = "Developer"
|
||
copyright_author = "thek4n"
|
||
|
||
|
||
# ---
|
||
|
||
|
||
# Site registered languages
|
||
[[languages]]
|
||
key = "en"
|
||
title = "english"
|
||
|
||
[[languages]]
|
||
key = "ru"
|
||
title = "russian"
|
||
|
||
|
||
# ---
|
||
|
||
|
||
[page.aboutme]
|
||
title.en = "About Me"
|
||
title.ru = "Обо Мне"
|
||
text.en = '''
|
||
|
||
'''
|
||
|
||
text.ru = '''
|
||
|
||
'''
|
||
|
||
|
||
# ---
|
||
|
||
|
||
[page.gpg]
|
||
title.en = "GPG Public Key"
|
||
title.ru = "Публичный ключ GPG"
|
||
url = "/gpgkey.txt"
|
||
url_title = "thek4n.ru/gpgkey.txt"
|
||
showkey_title.en = "Show key"
|
||
showkey_title.ru = "Показать ключ"
|
||
|
||
availat_title.en = "Available at"
|
||
availat_title.ru = "Доступен по"
|
||
|
||
copy_title.en = "Show key"
|
||
copy_title.ru = "Показать ключ"
|
||
|
||
copied_title.en = "Copied!"
|
||
copied_title.ru = "Скопировано!"
|
||
|
||
value = '''
|
||
asdfasdf
|
||
asdfasdf
|
||
asdfasdf
|
||
'''
|
||
|
||
|
||
# ---
|
||
|
||
[page.projects]
|
||
title.en = "Projects"
|
||
title.ru = "Проекты"
|
||
|
||
[[projects]]
|
||
title = "ip.thek4n.ru"
|
||
url = "https://ip.thek4n.ru"
|
||
source_url = "https://gitea.thek4n.ru/thek4n/ip.thek4n.ru"
|
||
source_url_title = "thek4n/ip.thek4n.ru"
|
||
description.en = "check my ip service"
|
||
description.ru = "сервис определения ip"
|
||
|
||
[[projects]]
|
||
title = "paste.thek4n.ru"
|
||
url = "https://paste.thek4n.ru"
|
||
source_url = "https://gitea.thek4n.ru/thek4n/paste.thek4n.ru"
|
||
source_url_title = "thek4n/paste.thek4n.ru"
|
||
description.en = "copy/paste and url shortener service"
|
||
description.ru = "укоротитель ссылок"
|
||
|
||
[[projects]]
|
||
title = "thek4n.ru"
|
||
url = "https://thek4n.ru"
|
||
source_url = "https://gitea.thek4n.ru/thek4n/thek4n.ru"
|
||
source_url_title = "thek4n/thek4n.ru"
|
||
description.en = "this site source"
|
||
description.ru = "исходники этого сайта"
|
||
|
||
|
||
# ---
|
||
|
||
|
||
[page.contacts]
|
||
title.en = "Contacts"
|
||
title.ru = "Контакты"
|
||
|
||
[[contacts]]
|
||
site_name.en = "Telegram"
|
||
site_name.ru = "Телеграм"
|
||
title = "@thek4n"
|
||
url = "https://t.me/thek4n"
|
||
|
||
[[contacts]]
|
||
site_name.en = "Github"
|
||
site_name.ru = "Github"
|
||
title = "github.com/thek4n"
|
||
url = "https://github.com/thek4n"
|
||
|
||
[[contacts]]
|
||
site_name.en = "Email"
|
||
site_name.ru = "Почта"
|
||
title = "thek4n@yandex.ru"
|
||
url = "mailto:thek4n@yandex.ru"
|