local setup
This commit is contained in:
22
config.yaml
Normal file
22
config.yaml
Normal 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
|
||||
Reference in New Issue
Block a user