-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
executable file
·117 lines (104 loc) · 2.67 KB
/
hugo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
title: 周鑫的个人博客
baseURL: https://www.zhouxin.space # 绑定的域名
paginate: 10 # 首页每页显示的文章数
theme: PaperMod # 主题名称,和themes文件夹下的一致
languageCode: zh-cn # en-us
hasCJKLanguage: true # 自动检测是否包含中文日文韩文,如果文章中使用了很多中文引号的话可以开启
enableInlineShortcodes: true
enableEmoji: true # 允许使用 Emoji 表情,建议 true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
pluralizelisttitles: false
pygmentsUseClasses: true
comments: true
params:
assets:
disableHLJS: true
ViewCount: true
title: 周鑫的个人博客
description: halo
ShowCodeCopyButtons: true
author: 周鑫
hideAuthor: true
ShowReadingTime: false
ShowShareButtons: false
ShowFullTextinRSS: true
Showtoc: true
TocOpen: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowWordCount: true
ShowRssButtonInSectionTermList: false
# UseHugoToc: true
comments: true
defaultTheme: auto
DateFormat: "2006年1月2日"
hideFooter: true
ShowAllPagesInArchive: true
profileMode:
enabled: true
title: Time goes on. We live. We learn.
subtitle: 👋你好呀 欢迎来访 </br>👇我的联系方式
imageUrl: https://pics-zhouxin.oss-cn-hangzhou.aliyuncs.com/Image_1712033897663.jpg
buttons:
- name: Archive
url: /archive
- name: 建站日志
url: /logs
- name: 技术笔记
url: /notes
- name: 杂谈
url: /thoughts
socialIcons: # profile页面展示的社交信息
- name: "zhihu"
url: "https://www.zhihu.com/people/LittleHerozzzx"
- name: "Github"
url: "https://github.com/LittleHeroZZZX"
- name: "email"
url: "mailto:[email protected]"
- name: "RSS"
url: /index.xml
menu:
main:
- name: 🏠主页
url: /
weight: 1
- name: 🔍搜索
url: /search
weight: 2
- name: 🏷️标签
url: /tags
weight: 3
- name: 📦归档
url: /archive
weight: 4
- name: 🔗友链
weight: 5
children:
- name: "Albresky's Blog"
parent: 🔗友链
url: https://www.albresky.cn/
params:
logo: https://www.albresky.cn/images/avatar.webp
description: "FPGA VLSI CAD ..."
markup:
highlight:
# anchorLineNos: true
codeFences: true
guessSyntax: true
lineNos: true
# noClasses: false
style: abap
goldmark:
renderer:
unsafe: true # HUGO 默认转义 Markdown 文件中的 HTML 代码,如需开启的话
defaultContentLanguage: zh
# 搜索功能
outputs:
home:
- HTML
- RSS
- JSON # necessary for search