-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
100 lines (84 loc) · 1.65 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
baseURL: blog.nikolamilovic.com
languageCode: en-us
title: Nikola Milovic Blog
theme: PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: true
pagination:
pagerSize: 5
minify:
disableXML: true
minifyOutput: true
outputs:
home:
- HTML
- RSS
- JSON # necessary for search
params:
homeInfoParams:
Title: Hi there wave
Content: Can be Info, links, about...
socialIcons:
- name: "twitter"
url: "<link>"
- name: "linkedin"
url: "<link2>"
- name: "github"
url: "<link2>"
keywords:
- Blog
author: Nikola Milovic
defaultTheme: auto
DateFormat: Jan 2, 2006
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowWordCount: false
ShowRssButtonInSectionTermList: true
UseHugoToc: true
# disableSpecial1stPost: true
# disableScrollToTop: false
comments: false
hidemeta: false
hideSummary: false
ShowToc: true
TocOpen: false
assets:
disableHLJS: true
disableFingerprinting: true
cover:
hiddenInList: true
editPost:
URL: https://github.com/Nikola-Milovic/blog/content
Text: Suggest Changes
appendFilePath: true
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: 1
- identifier: posts
name: ~ posts
url: /posts/
weight: 10
pygmentsUseClasses: true
markup:
highlight:
style: nord