From b940de220f869eea6285be68a2c062a2ca757990 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 2 Jun 2026 16:13:07 +0300 Subject: [PATCH] fix(docs): config --- assets/index.html | 3 +-- example_config.toml | 32 ++++++++++++++++++++------------ 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/assets/index.html b/assets/index.html index 21718c7..b009868 100644 --- a/assets/index.html +++ b/assets/index.html @@ -49,9 +49,8 @@ - diff --git a/example_config.toml b/example_config.toml index dcfb7a4..764644d 100644 --- a/example_config.toml +++ b/example_config.toml @@ -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"