-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
156 lines (127 loc) · 2.95 KB
/
hugo.toml
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
baseURL = "https://danielborek.me"
languageCode = "en-us"
title = "Daniel Borek"
theme = ["hugo-redirect", 'lines']
enableGitInfo = true
enableEmoji =true
[module]
[[module.mounts]]
excludeFiles = 'posts/Index.md'
source = 'content'
target = 'content'
[Author]
name = "Daniel Borek"
[params]
description = "Instrumental reflexes"
author = "Daniel Borek"
copyright = ""
logo = ""
orgName = "Daniel Borek"
orgLocal = ""
disableComments = false
buildFuture = true
[params.giscus]
repo="danieltomasz/danieltomasz.github.io"
repo-id="MDEwOlJlcG9zaXRvcnkzMzM0MDUzMzY="
category="Comments"
category-id="DIC_kwDOE99cmM4CVDXo"
mapping="title"
strict="0"
reactions-enabled="1"
emit-metadata="1"
input-position="bottom"
theme="light"
lang="en"
loading="lazy"
crossorigin="anonymous"
reactionsEnabled = "1"
[params.assets]
favicon = "img/favicon.ico"
[frontmatter]
author = "Daniel Borek"
github = "danieltomasz"
facebook = ""
og_image = ""
sitename = ""
twitter = "danieltomasz"
date = ["date", "publishDate", "lastmod"]
lastmod = [ "lastmod", ":git", "date", ]
publishDate = ["publishDate", "date"]
expiryDate = ["expiryDate"]
#disableKinds = ["section", "categories"]
disqusShortname = ""
pygmentsStyle = "pygments"
pygmentsCodefences = true
pygmentsuseclasses = false
#pygmentsUseClasses = true
paginate = 999
minify = true
ignoreFiles = [ "\\.qmd$", "\\.ipynb$", "\\.py$" ]
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
# one of: https://xyproto.github.io/splash/docs/
style = "github"
linenos = false
lineNumbersInTable = false
linenostart = false
noClasses = true
[taxonomies]
tag = "tags"
[permalinks]
# posts = "/:year/:month/:day/:filename"
posts = "/:year/:filename"
pages = "/:slug"
[outputs]
home = ["HTML", "RSS", "JSON"]
section = ["HTML"]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "atom"
[outputFormats.JSON]
mediatype = "application/json"
baseName = "feed"
[sitemap]
changefreq = "monthly"
filename = "sitemap.xml"
priority = 0.5
[menu]
[[menu.main]]
identifier = "index"
name = "about"
url = "/"
weight = -200
[[menu.main]]
identifier = "blog"
name = "index"
url = "/posts/"
weight = -100
[[menu.main]]
identifier = "rss"
name = "rss"
url = "/atom.xml"
weight = -10
[[params.social]]
name = "github"
link = "https://github.com/danieltomasz"
[[params.social]]
name = "linkedin"
link = "https://www.linkedin.com/in/daniel-borek-209003a6/"
[[params.social]]
name = "twitter"
link = "https://www.twitter.com/danieltomasz"
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = true
[privacy.twitter]
disable = true
[privacy.vimeo]
disable = true
[privacy.youtube]
disable = true