add new posts

This commit was merged in pull request #1.
This commit is contained in:
root
2026-04-06 16:37:26 +00:00
committed by 15lu.akari
parent 382eba4a1e
commit a2c07bd2dc
13 changed files with 377 additions and 0 deletions

33
config.toml Normal file
View 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'