Files
fymio.us/config.yaml
2025-09-29 22:26:05 +03:00

26 lines
481 B
YAML

baseURL: 'https://fymio.us/'
languageCode: 'en-us'
title: 'fymio.us'
theme: 'terminal'
params:
contentTypeName: 'posts'
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