35 lines
528 B
TOML
35 lines
528 B
TOML
baseURL = 'https://birdcat.online/'
|
|
languageCode = 'en-us'
|
|
title = '🐥😺 birdcat dot online 🌐'
|
|
theme = 'aviary'
|
|
enableGitInfo = true
|
|
|
|
[[menus.main]]
|
|
name = 'home'
|
|
pageRef = '/home'
|
|
weight = 10
|
|
|
|
[[menus.main]]
|
|
name = 'about'
|
|
pageRef = '/about'
|
|
weight = 20
|
|
|
|
[[menus.main]]
|
|
name = 'characters'
|
|
pageRef = '/characters'
|
|
weight = 30
|
|
|
|
[[menus.main]]
|
|
name = 'artwork'
|
|
pageRef = '/artwork'
|
|
weight = 40
|
|
|
|
[[menus.main]]
|
|
name = 'writing'
|
|
pageRef = '/writing'
|
|
weight = 50
|
|
|
|
[[menus.main]]
|
|
name = 'links'
|
|
pageRef = '/links'
|
|
weight = 60
|