add new posts
This commit was merged in pull request #1.
This commit is contained in:
33
config.toml
Normal file
33
config.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user