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: 3e38259981d7e094507d560d83924b15e88ba015 (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