17 lines
299 B
TOML
17 lines
299 B
TOML
baseURL = 'https://🐀.org/'
|
|
languageCode = 'en-us'
|
|
title = '🐀.org'
|
|
subtitle = 'Giving rats a loving home'
|
|
theme = "animals"
|
|
copyright = 'CC-BY-SA'
|
|
|
|
[menus]
|
|
[[menus.main]]
|
|
name = 'Basic information'
|
|
pageRef = '/information'
|
|
weight = 1
|
|
[[menus.main]]
|
|
name = 'Adopt'
|
|
pageRef = '/adopt'
|
|
weight = 2
|