17 lines
287 B
TOML
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
|