-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
184 lines (157 loc) · 5.25 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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
# https://gohugo.io/getting-started/configuration/
# Hostname (and path) to the root, e.g. https://bep.is/
baseURL: "https://erri120.github.io"
# A language tag as defined by RFC 5646.
languageCode: "en-US"
# Site title.
title: "erri120's random Blog"
# https://github.com/adityatelange/hugo-PaperMod/wiki/Installation#sample-configyml
theme: "PaperMod"
# Include drafts when building.
buildDrafts: false
# Include content with publishdate in the future.
buildFuture: false
# Include content already expired.
buildExpired: true
# Enable .GitInfo object for each page (if the Hugo site is versioned by Git). This will then update the Lastmod parameter for each page using the last git commit date for that content file.
enableGitInfo: true
# Enable generation of robots.txt file.
enableRobotsTXT: true
# https://gohugo.io/content-management/image-processing/#imaging-configuration
imaging:
# https://gohugo.io/content-management/image-processing/#quality
quality: 80
# https://gohugo.io/content-management/image-processing/#resampling-filter
resampleFilter: Lanczos
exif:
# Hugo extracts the image creation date/time into .Date. Set this to true to disable. Default is false.
disableDate: true
# Hugo extracts the GPS latitude and longitude into .Lat and .Long. Set this to true to disable. Default is false.
disableLatLong: true
# https://gohugo.io/getting-started/configuration/#configure-minify
minify:
disableXML: true # don't minify XML
minifyOutput: true
outputs:
home:
- HTML
- RSS
- JSON # https://github.com/adityatelange/hugo-PaperMod/wiki/Features#search-page
params:
env: production
title: "erri120's random Blog"
description: "My personal Blog."
author: "erri120"
keywords: [Blog, Portfolio]
DateFormat: "2006-01-02" # YYYY-MM-DD
# https://github.com/adityatelange/hugo-PaperMod/wiki/Features#default-theme-lightdarkauto
defaultTheme: light # dark, light
disableThemeToggle: true
# https://github.com/adityatelange/hugo-PaperMod/wiki/Icons#share-icons
ShowShareButtons: true
ShareButtons: ["twitter", "reddit"]
ShowReadingTime: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
# https://github.com/adityatelange/hugo-PaperMod/wiki/Features#comments
comments: true
hidemeta: false
hideSummary: false
showtoc: true
tocopen: false
assets:
disableHLJS: true # highlight.js
disableFingerprinting: true
# favicon: "<link / abs url>"
# favicon16x16: "<link / abs url>"
# favicon32x32: "<link / abs url>"
# apple_touch_icon: "<link / abs url>"
# safari_pinned_tab: "<link / abs url>"
label:
text: "Home"
profileMode:
enabled: false
subtitle: "This is a very random Blog by a very random person containing very random posts."
buttons:
- name: Posts
url: posts
- name: Categories
url: categories
- name: Tags
url: tags
# https://github.com/adityatelange/hugo-PaperMod/wiki/Features#home-info-mode
homeInfoParams:
Title: "erri120's random Blog"
Content: "This is a very random Blog by a very random person containing very random posts."
# https://github.com/adityatelange/hugo-PaperMod/wiki/Icons#social-icons
socialIcons:
- name: GitHub
url: "https://github.com/erri120"
- name: Kofi
url: "https://ko-fi.com/erri120"
- name: Twitter
url: "https://twitter.com/erri120"
- name: RSS
url: "index.xml"
editPost:
URL: "https://github.com/erri120/erri120.github.io/edit/master/content"
Text: "Suggest Changes"
appendFilePath: true
# https://fusejs.io/api/options.html
# https://github.com/adityatelange/hugo-PaperMod/wiki/Features#search-page
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: search
name: Search
url: /search/
weight: 10
- identifier: tags
name: Tags
url: /tags/
weight: 20
- identifier: archive
name: Archive
url: /archives/
weight: 30
# https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
pygmentsUseClasses: true
# https://gohugo.io/getting-started/configuration-markup#highlight
markup:
highlight:
noClasses: false
anchorLineNos: false
codeFences: true
guessSyntax: false
lineNos: true
style: monokai
# https://gohugo.io/about/hugo-and-gdpr/#all-privacy-settings
privacy:
disqus:
disable: true
googleAnalytics:
disable: true
instagram:
disable: true
twitter:
disable: true
vimeo:
disable: true
youtube:
disabled: false
privacyEnhanced: true
taxonomies:
tag: tags