docs: add example config
This commit is contained in:
parent
f3bb85a1ef
commit
a2c1e8df12
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h1 data-lang="en">Projects</h1>
|
<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>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
|||||||
73
example_config.toml
Normal file
73
example_config.toml
Normal 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"
|
||||||
Loading…
x
Reference in New Issue
Block a user