-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
76 lines (66 loc) · 1.7 KB
/
config.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
theme = "beautifulhugo"
baseURL = "https://blog.rmhogervorst.nl"
languageCode = "en-us"
DefaultContentLanguage = "en"
title = "Roel's R-tefacts"
pygmentsCodeFences = true
pygmentsUseClasses = false
pygmentsStyle = "trac"
pygmentsUseClassic = true
enableEmoji = true
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "index\\.html", "\\.knit\\.md$", "\\.utf8\\.md$"]
publishDir = "public"
ignoreErrors = ["error-remote-getjson"]
[markup.goldmark.renderer]
unsafe= true
[permalinks]
post = "/blog/:year/:month/:day/:slug/"
[Params]
subtitle = "Machine learning operations, data science and fun!"
logo = "img/avatar-icon.png"
favicon = "img/favicon.ico"
dateFormat = "January 2, 2006"
rss = true
comments = false
readingTime = true
modifyLink = true
GithubEdit = "https://github.com/RMHogervorst/blog/tree/master/content/"
useHLJS = true
selfHosted = false
wordCount = true
showRelatedPosts = true
[taxonomies]
category = 'categories'
tag = 'tags'
post-type = 'post-type'
difficulty = 'difficulty'
[Author]
name = "Roel M. Hogervorst"
website = "rmhogervorst.nl"
email = "[email protected]"
github = "RMHogervorst"
gitlab = "rmhogervorst"
bitbucket = "RMHogervorst"
linkedin = "rmhogervorst"
devto = "rmhogervorst"
mastodon = "fosstodon.org/@rmhogervorst"
orchid = "0000-0001-7509-0328"
r-universe = "rmhogervorst"
[[menu.main]]
name = "Blog"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "about/"
weight = 2
[[menu.main]]
name = "Getting updates"
url = "subscribing"
weight = 3
[[menu.main]]
name = "search and more "
url = "search_and_more/"
weight = 4
[outputs]
home = [ "HTML", "JSON" ]