qenya.tel/hugo.toml
Katherina Walshe-Grey c592369aee
Some checks are pending
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions
Add WIP note
2024-06-30 16:45:38 +01:00

21 lines
311 B
TOML

baseURL = 'https://qenya.tel/'
languageCode = 'en-GB'
title = 'qenya'
[params]
description = "A work in progress. Don't @ me please"
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 20
[[menus.main]]
name = 'Tags'
pageRef = '/tags'
weight = 30