This commit is contained in:
26
hugo.yaml
26
hugo.yaml
@ -12,7 +12,7 @@ menu:
|
||||
url: "/posts/"
|
||||
weight: 2
|
||||
- name: "关于"
|
||||
url: "about"
|
||||
url: "/about/"
|
||||
weight: 3
|
||||
|
||||
params:
|
||||
@ -24,26 +24,24 @@ params:
|
||||
ShowReadingTime: true
|
||||
profileMode:
|
||||
enabled: true
|
||||
title: 深夜适合思考
|
||||
imageUrl: "#"
|
||||
title: " "
|
||||
subtitle: 在川渝的街头巷尾,有一种朴素又迷人的食物,它没有山珍海味的贵气,也没有异国料理的新奇,却总能在寒冷的冬日里,或是疲惫的午后,悄悄地温暖一个人的胃,也安抚一颗心。
|
||||
imageUrl: "/images/website_icon.png"
|
||||
imageTitle: icon
|
||||
# imageWidth: 120
|
||||
# imageHeight: 120
|
||||
imageWidth: 300
|
||||
imageHeight: 300
|
||||
buttons:
|
||||
- name: 文章
|
||||
url: posts
|
||||
- name: 关于
|
||||
url: about
|
||||
homeInfoParams: # 当profileMode.enabled为false时生效
|
||||
Title: "PaperMod's Demo"
|
||||
Content: >
|
||||
👋 Welcome to demo page of Hugo's theme PaperMod!
|
||||
|
||||
- **PaperMod** is designed to be clean and simple but fast and responsive theme with useful feature-set that enhances UX.
|
||||
|
||||
- Feel free to show your support by giving us a star 🌟 on GitHub and sharing with your friends and social media .
|
||||
|
||||
- PaperMod is based on theme [Paper](https://github.com/nanxiaobei/hugo-paper/tree/4330c8b12aa48bfdecbcad6ad66145f679a430b3).
|
||||
Title: Hi there!
|
||||
Content: 👋 Welcome to my blog!
|
||||
ShowShareButtons: true
|
||||
ShowBreadCrumbs: false # 是否显示面包屑
|
||||
ShowPostNavLinks: true # 是否显示文章前后的链接(上一篇、下一篇,位于文章底部)
|
||||
ShowCodeCopyButtons: true # 是否显示代码复制按钮
|
||||
socialIcons:
|
||||
|
||||
pagination:
|
||||
|
||||
Reference in New Issue
Block a user