summaryrefslogtreecommitdiff
path: root/site/themes/hugo-starter/exampleSite/config.toml
blob: ff46f8eb06627fec5b93f3b347e8f769c5973d03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
baseURL = "https://example.com"
title = "Hugo template"

[menu]
  [[menu.main]]
    identifier = "posts"
    name = "Posts"
    url = "/posts"
    weight = 10

  [[menu.main]]
    identifier = "about"
    name = "About"
    url = "/about"
    weight = 20