-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
103 lines (92 loc) · 1.98 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
baseURL: "https://ming2k.github.io/"
title: "Fragments"
paginate: 5
theme: PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
defaultContentLanguage: "en"
minify:
disableXML: true
minifyOutput: true
outputs:
home:
- HTML
- RSS
- JSON # generate search index file
params:
env: production
title: "Fragments"
description: "Thoughts, Code & Life"
keywords: [Blog, Tech, Life, Notes, Programming]
author: "Nathaniel Anderson"
DateFormat: "2006-01-02"
defaultTheme: auto
comments: false
showtoc: true
tocopen: false
# Profile Mode
profileMode:
enabled: false
title: PaperMod
imageUrl: "#"
imageTitle: my image
# imageWidth: 120
# imageHeight: 120
buttons:
- name: Archives
url: archives
- name: Tags
url: tags
homeInfoParams:
Title: "Hi, I'm Nathaniel Anderson"
Content: >
👋 Welcome to my homepage!
- I'm a developer also known as Ming.
# Social Icons
socialIcons:
- name: github
title: View Author's Github Homepage
url: "https://github.com/ming2k"
- name: X
title: View Author's X Homepage
url: "https://x.com/mingmillennium"
- name: email
title: Send Author an Email
url: "mailto:[email protected]"
# Search Configuration
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
# Navigation Menu
menu:
main:
- identifier: search
name: Search
url: /search/
weight: 10
- identifier: posts
name: Posts
url: /posts/
weight: 20
- identifier: archives
name: Archives
url: /archives/
weight: 30
- identifier: tags
name: Tags
url: /tags/
weight: 40
# Syntax Highlighting
pygmentsUseClasses: true
markup:
highlight:
noClasses: false
codeFences: true
guessSyntax: true