website/config.yml

24 lines
465 B
YAML
Raw Normal View History

2024-09-05 17:28:49 +03:00
baseURL: 'https://fzorb.xyz/'
languageCode: 'en-us'
title: "FzOrb's blog"
theme: 'zmin'
menus:
main:
- name: Home
pageRef: /
weight: 10
- name: Technology
pageRef: /technology
weight: 20
- name: Trains
pageRef: /trains
weight: 30
- name: Miscellaneous
pageRef: /misc
weight: 40
- name: Donate
pageRef: /donate
weight: 50
- name: Services
pageRef: /services
weight: 60