-
Notifications
You must be signed in to change notification settings - Fork 1
/
hugo.yaml
88 lines (78 loc) · 2.01 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
baseURL: https://dafuzhuu.github.io/blog/
languageCode: en-us
title: Blog
theme: PaperMod
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
pygmentsUseClasses: true
languages:
en:
languageName: "English"
weight: 1
taxonomies:
category: categories
tag: tags
series: series
menu:
main:
- name: Archive
url: archives/
weight: 5
- name: Search
url: search/
weight: 10
- name: Tags
url: tags/
weight: 12
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod"
author: Dafu
# author: ["Me", "You"] # multiple authors
defaultTheme: auto
# disableThemeToggle: true
ShowShareButtons: false
ShowReadingTime: true
# disableSpecial1stPost: true
displayFullLangName: true
ShowPostNavLinks: false
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
ShowAllPagesInArchive: true
ShowPageNums: true
ShowToc: true
assets:
favicon: "/blog/assets/favicon.ico"
favicon16x16: "/blog/assets/favicon-16x16.png"
favicon32x32: "/blog/assets/favicon-32x32.png"
apple_touch_icon: "/blog/assets/apple-touch-icon.png"
profileMode:
enabled: true
title: Dafu Zhu
imageUrl: "https://avatars.githubusercontent.com/u/156023557?s=400&u=ec87fdd875686fc2a081b274151f786c8fdf4e49&v=4"
imageTitle: my image
# imageWidth: 120
# imageHeight: 120
buttons:
- name: Archive
url: archives
- name: Tags
url: tags
socialIcons:
- name: github
title: View Source on Github
url: "https://github.com/dafuzhuu/blog"
editPost:
URL: "https://github.com/dafuzhuu/blog/tree/main/content"
Text: "See raw" # edit text
appendFilePath: true # to append file path to Edit link
outputs:
home:
- HTML
- RSS
- JSON