blog.spyhoodle.me/themes/developer/exampleSite/config.toml
2023-04-07 23:19:05 +01:00

17 lines
287 B
TOML

baseURL = "https://mynewhugosite.com"
title = "My New Hugo Site"
theme = "hugo-starter"
[menu]
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts"
weight = 10
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"
weight = 20