theme change

This commit is contained in:
nik
2025-09-29 22:26:05 +03:00
parent 26dd9271c5
commit 5343dcb089
3 changed files with 409 additions and 2 deletions

View File

@@ -5,8 +5,21 @@ theme: 'terminal'
params:
contentTypeName: 'posts'
themeColor: 'grayscale'
themeColor: 'orange'
showMenuItems: 2
fullWidthTheme: false
centerTheme: false
# Добавь эту строку для кастомного CSS
customCSS:
- css/custom.css
menu:
main:
- identifier: blog
name: Blog
url: /blog/
weight: 1
- identifier: about
name: About
url: /about/
weight: 2