Welcome to mirror list, hosted at ThFree Co, Russian Federation.

menus.toml « _default « config « exampleSite - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bb7e2f5b316d918d5f3f2c7ce5796d8990beb21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[main]]
  name = "About"
  url = "#about"
  weight = 1

[[main]]
  name = "Posts"
  url = "/posts/"
  weight = 2

[[main]]
  name = "Docs"
  url = "/docs/"
  weight = 3