-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
127 lines (113 loc) · 2.95 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
baseURL: https://dmytros.blog/
languageCode: en-us
title: Dmytro's Blog
paginate: 5
theme: ["PaperMod"]
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
pygmentsUseClasses: true
mainsections: ["posts", "papermod"]
googleAnalytics: G-HZZ4JTFGDP
minify:
disableXML: true
languages:
en:
languageName: "English"
weight: 1
taxonomies:
category: categories
tag: tags
series: series
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
author: Dmytro Chumakov
homeInfoParams:
Title: Hi there 👋
Content: This blog is intended to share my knowledge about software architecture, system design, tools, and techniques for producing high-quality products.
defaultTheme: auto
ShowShareButtons: true
ShowReadingTime: true
displayFullLangName: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: false
ShowAllPagesInArchive: true
ShowPageNums: true
ShowToc: true
comments: true
images: ["images/papermod-cover.png"]
socialIcons:
- name: github
title: View Source on Github
url: "https://github.com/dmytrochumakov"
- name: leetcode
url: "https://leetcode.com/u/dmytrochumakov/"
- name: codesignal
url: "https://app.codesignal.com/profile/dmytrochumakov"
- name: linkedin
url: "https://www.linkedin.com/in/dmytro-chumakov/"
- name: youtube
url: "https://www.youtube.com/@dmytro_chumakov"
- name: email
url: "mailto:[email protected]"
analytics:
google:
SiteVerificationTag: "G-HZZ4JTFGDP"
assets:
disableHLJS: true
# For search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
# Source: https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-features/#search-page
outputs:
home:
- HTML
- RSS
- JSON
menu:
main:
- identifier: newsletter
name: Newsletter
url: /newsletter/
weight: 1
- identifier: archive
name: Archive
url: /archives/
weight: 2
- identifier: tags
name: Tags
url: /tags/
weight: 3
- identifier: about
name: About
url: /about/
weight: 4
- identifier: search
name: Search
url: /search/
weight: 5
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
services:
instagram:
disableInlineCSS: true
twitter:
disableInlineCSS: true
disqus:
shortname: dmytros-blog