qenya.tel/hugo.toml

18 lines
247 B
TOML

baseURL = 'https://qenya.tel/'
languageCode = 'en-GB'
title = 'qenya'
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 20
[[menus.main]]
name = 'Tags'
pageRef = '/tags'
weight = 30