File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ baseURL: "https://liudon.com/"
2
2
languageCode : zh-cn
3
3
title : 流动
4
4
paginate : 20
5
- theme : cactus
5
+ theme : PaperMod
6
6
7
7
enableInlineShortcodes : true
8
8
enableEmoji : true # 允许使用 Emoji 表情,建议 true
@@ -124,10 +124,22 @@ menu:
124
124
name : Posts
125
125
url : /posts/
126
126
weight : 20
127
+ - identifier : archives
128
+ name : Archives
129
+ url : /archives/
130
+ weight : 20
131
+ - identifier : tags
132
+ name : Tags
133
+ url : /tags/
134
+ weight : 20
127
135
- identifier : about
128
136
name : About
129
137
url : /about/
130
138
weight : 30
139
+ - identifier : search
140
+ name : 🔍
141
+ url : /search/
142
+ weight : 40
131
143
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
132
144
pygmentsUseClasses : false
133
145
markup :
Original file line number Diff line number Diff line change 1
1
<!-- Twikoo -->
2
2
< div >
3
3
< div class ="pagination__title ">
4
- < h1 > 评论</ h1 >
4
+ < span class =" pagination__title-h " style =" font-size: 20px; " > 💬 评论</ span >
5
5
< hr />
6
6
</ div >
7
7
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
{{- if .IsNamedParams -}}
2
+ < a target ="_blank " href ={{ .Get "url" }} title={{ .Get "name" }} class="friendurl ">
2
3
< div class ="frienddiv ">
3
- < a target ="_blank " href ={{ .Get "url" }} title={{ .Get "name" }} class="friendurl ">
4
4
< div class ="frienddivleft ">
5
5
< img class ="myfriend " src ={{ .Get "logo" }} />
6
6
</ div >
7
7
< div class ="frienddivright ">
8
8
< div class ="friendname "> {{- .Get "name" -}}</ div >
9
9
< div class ="friendinfo "> {{- .Get "word" -}}</ div >
10
10
</ div >
11
- </ a >
12
11
</ div >
12
+ </ a >
13
13
{{- end }}
You can’t perform that action at this time.
0 commit comments