forked from fivestone/hugo-papermod-beginning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
92 lines (81 loc) · 1.94 KB
/
config.yml
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
baseURL: "https://laoaaa.github.io/hugo"
title: "UNTITLED"
theme: [PaperMod]
languageCode: 'en'
enableInlineShortcodes: true # 允许内联短码
enableEmoji: true # 允许使用 Emoji 表情,建议 true
enableRobotsTXT: false # 允许爬虫抓取到搜索引擎,建议 true
hasCJKLanguage: true # 自动检测是否包含 中文日文韩文 如果文章中使用了很多中文引号的话可以开启
paginate: 10 # 每页显示的文章数
buildDrafts: false
buildFuture: false
buildExpired: false
pygmentsUseClasses: true
# relativeURLs: true
mainsections: ["posts"]
minify:
disableXML: true
# minifyOutput: true
menu:
main:
- # name:
url: archive
weight: 5
- name: universe
url: search/
weight: 10
- # name:
url: tags/
weight: 15
- # name: about
url: about/
weight: 20
- name: peace
url: https://tools.burnman.net
weight: 25
- # name: peace
url: index.xml
weight: 30
outputs:
home:
- HTML
- RSS
- JSON
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
description:
author: laoa
defaultTheme: auto
# disableThemeToggle: true
ShowShareButtons: false
ShowReadingTime: false
# disableSpecial1stPost: true
displayFullLangName: false
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: false
ShowRssButtonInSectionTermList: false
ShowAllPagesInArchive: true
ShowPageNums: true
ShowToc: true # 显示目录
TocOpen: true # 自动展开目录
ShowFullTextinRSS: true # RSS 显示全文
hideFooter: true # 隐藏页脚
ShowLastMod: true #显示文章更新时间
homeInfoParams:
Title: a mind-hole expands
Content:
profileMode:
enabled: false
title: +
imageUrl: "+"
imageTitle: +
# imageWidth: 120
# imageHeight: 120
buttons:
- name:
url:
- name:
url:
assets:
disableHLJS: true