inkletblot-com-v3/config.toml
Solomon Laing efbed63136
All checks were successful
continuous-integration/drone/push Build is passing
chore: we're using www now
2026-01-08 11:12:01 +10:30

32 lines
521 B
TOML

baseURL = 'https://www.inkletblot.com/'
languageCode = 'en-us'
title = "Ink's Space"
[params]
favicon = "/favicon.ico"
mainSections = ['posts']
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "me"
name = "Me"
url = "/me/"
weight = 2
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 3
[[menu.main]]
identifier = "services"
name = "Services"
url = "/services/"
weight = 4