local setup

This commit is contained in:
nik
2025-09-29 22:07:33 +03:00
parent e3f49d2ddc
commit d693c9589f
40 changed files with 1217 additions and 0 deletions

22
config.yaml Normal file
View File

@@ -0,0 +1,22 @@
baseURL: 'https://fymio.us/'
languageCode: 'en-us'
title: 'fymio.us'
theme: 'terminal'
params:
contentTypeName: 'posts'
themeColor: 'orange'
showMenuItems: 2
fullWidthTheme: false
centerTheme: false
menu:
main:
- identifier: blog
name: Blog
url: /blog/
weight: 1
- identifier: about
name: About
url: /about/
weight: 2