webzone/src/_data.toml
Sam Therapy 967651245c
All checks were successful
continuous-integration/drone/push Build is passing
add nav
Signed-off-by: Sam Therapy <sam@samtherapy.net>
2022-12-06 17:37:42 +01:00

25 lines
366 B
TOML

# Site metas from Lume metas plugin
[metas]
site = "Sam's site"
lang = "en"
description = "The website of a random fishe"
icon = "img/favicon.png"
keywords = ["nothing"]
robots = true
generator = true
[[menu.left]]
name = "About"
url = "/about"
[[menu.left]]
name = "Contact"
url = "/contact"
[[menu.right]]
name = "Site"
url = "/"
[mergedKeys]
metas = "object"