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: 魔芋土豆
|
||||
theme: ["PaperMod"]
|
||||
|
||||
languages:
|
||||
zh:
|
||||
languageName: "中文"
|
||||
# title: 魔芋土豆
|
||||
weight: 10
|
||||
menu:
|
||||
main:
|
||||
- name: "主页"
|
||||
url: "/"
|
||||
weight: 1
|
||||
- name: "文章"
|
||||
url: "/posts/"
|
||||
weight: 2
|
||||
- name: "关于"
|
||||
url: "/about/"
|
||||
weight: 3
|
||||
menu:
|
||||
main:
|
||||
- name: "主页"
|
||||
url: "/"
|
||||
weight: 1
|
||||
- name: "文章"
|
||||
url: "/posts/"
|
||||
weight: 2
|
||||
- name: "关于"
|
||||
url: "about"
|
||||
weight: 3
|
||||
|
||||
params:
|
||||
env: production # to enable google analytics, opengraph, twitter-cards and schema.
|
||||
|
||||
Reference in New Issue
Block a user