modify menu
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 1m37s
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 1m37s
This commit is contained in:
27
hugo.yaml
27
hugo.yaml
@ -3,22 +3,17 @@ languageCode: zh-cn
|
|||||||
title: 魔芋土豆
|
title: 魔芋土豆
|
||||||
theme: ["PaperMod"]
|
theme: ["PaperMod"]
|
||||||
|
|
||||||
languages:
|
menu:
|
||||||
zh:
|
main:
|
||||||
languageName: "中文"
|
- name: "主页"
|
||||||
# title: 魔芋土豆
|
url: "/"
|
||||||
weight: 10
|
weight: 1
|
||||||
menu:
|
- name: "文章"
|
||||||
main:
|
url: "/posts/"
|
||||||
- name: "主页"
|
weight: 2
|
||||||
url: "/"
|
- name: "关于"
|
||||||
weight: 1
|
url: "about"
|
||||||
- name: "文章"
|
weight: 3
|
||||||
url: "/posts/"
|
|
||||||
weight: 2
|
|
||||||
- name: "关于"
|
|
||||||
url: "/about/"
|
|
||||||
weight: 3
|
|
||||||
|
|
||||||
params:
|
params:
|
||||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||||
|
|||||||
Reference in New Issue
Block a user