-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
98 lines (83 loc) · 2.28 KB
/
config.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
baseURL: https://example.org/
defaultContentLanguage: zh
copyright: "© [Qian](https://github.com/QianKuang8) 2024"
title: Qian's blog
theme: ["PaperMod"]
pagination:
pagerSize: 10
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
pygmentsUseClasses: true
mainsections: ["posts", "papermod"]
minify:
disableXML: true
outputs:
home:
- HTML
- RSS
- JSON # necessary for search
menu:
main:
- name: 首页
url: /
weight: 10
- name: 归档
url: archives/
weight: 20
- name: 分类
url: tags
weight: 30
- name: 搜索
url: search/
weight: 40
- name: Github
url: https://github.com/QianKuang8
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: ExampleSite
description: "Qian's Blog"
# keywords: [Blog, Portfolio, PaperMod]
author: Qian
images: ["<link or path of image for opengraph, twitter-cards>"]
DateFormat: "2006-01-02"
ShowReadingTime: true
ShowShareButtons: false
ShowPostNavLinks: true
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowWordCount: true
ShowRssButtonInSectionTermList: false
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
homeInfoParams:
Title: "Qian's Blog"
# imageUrl: "images/something"
# imageTitle: "title"
# imageWidth: 240
# imageHeight: 240
Content: >
What can I say?
# <!-- 👋 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). -->
# socialIcons:
# - name: github
# title: View Source on Github
# url: "https://github.com/adityatelange/hugo-PaperMod"
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false