-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
104 lines (103 loc) · 2.74 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
languageCode: en-us
baseURL: "https://firelands128.github.io/" #This value must begin with the protocol and end with a slash, as shown above.
title: Firelands Blog
paginate: 10
theme: PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
languages:
en:
languageName: "English"
weight: 1
menu:
main:
- identifier: search
name: Search
url: search/
weight: 1
- identifier: archive
name: Archives
url: archive/
weight: 2
- identifier: categories
name: Categories
url: categories/
weight: 3
- identifier: tags
name: Tags
url: tags/
weight: 4
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
description: This is Firelands Blog
author: Firelands
keywords: [firelands, blog, fullstack, programming, frontend, backend]
DateFormat: "January 2, 2006"
displayFullLangName: false
ShowReadingTime: true
ShowShareButtons: true
ShowCodeCopyButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowWordCount: true
disableThemeToggle: false
disableSpecial1stPost: true
disableScrollToTop: false
disableAnchoredHeadings: false
hidemeta: false
hideSummary: false
hideFooter: false
showtoc: true
TocOpen: false
UseHugoToc: ture
comments: false
homeInfoParams:
Title: Firelands Blog
Content: Welcome to Firelands Blog!<br>This is a personal blog documenting full-stack programming.
socialIcons:
- name: github
title: View Source on Github
url: "https://github.com/firelands128"
- name: KoFi
title: Buy me a Coffee :)
url: "https://ko-fi.com/firelands128"
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 2
limit: 10 # refer: https://www.fusejs.io/api/methods.html#search
keys: ["title", "permalink", "summary", "content"] # can be less but not more than shown in list
assets:
favicon: img/favicon.svg
favicon16x16:
favicon32x32:
apple_touch_icon: img/favicon.png
safari_pinned_tab: img/favicon.png
label:
icon: img/favicon.svg
iconHeight: 30
cover:
linkFullImages: false
responsiveImages: false
hiddenInList: true
hiddenInSingle: false
editPost:
URL: "https://github.com/firelands128/firelands128.github.io/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
outputs:
home:
- HTML
- JSON # necessary for search
markup:
goldmark:
renderer:
hardWraps: true
unsafe: true
permalinks: # url format to display
post: "/:year/:month/:day/:title/"