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: e8456ce7894d825c8f199f6ff25a6086cd18ab0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[main]]
  name = "About"
  url = "/about/"
  weight = 10

[[main]]
  name = "Posts"
  url = "/post/"
  weight = 20

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