34 lines
1.0 KiB
TOML
34 lines
1.0 KiB
TOML
baseURL = 'https://returntozer0.ru'
|
|
languageCode = 'ru'
|
|
title = 'returntozer0.ru'
|
|
theme = 'PaperMod'
|
|
|
|
[params]
|
|
env = 'production'
|
|
description = 'Software Developer | Founder of GLIPH'
|
|
author = 'Микаэл Оганесян'
|
|
ShowCodeCopyButtons = true
|
|
ShowShareButtons = true
|
|
ShowReadingTime = true
|
|
ShowToc = true
|
|
TocOpen = true
|
|
[params.profileMode]
|
|
enabled = true
|
|
title = 'Микаэл Оганесян'
|
|
subtitle = 'Software Developer • GLIPH Founder'
|
|
imageUrl = 'https://github.com/mikaeloganesian.png'
|
|
imageWidth = 160
|
|
imageHeight = 160
|
|
buttons = [
|
|
{ name = 'Проекты', url = '/projects' },
|
|
{ name = 'Статьи', url = '/posts' },
|
|
{ name = 'Gitea', url = 'https://git.returntozer0.ru' }
|
|
]
|
|
|
|
[[params.socialIcons]]
|
|
name = 'github'
|
|
url = 'https:/github.com/mikaeloganesian'
|
|
[[params.socialIcons]]
|
|
name = 'telegram'
|
|
url = 'https://t.me/returntozer0'
|