-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.toml
74 lines (68 loc) · 1.66 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
baseurl = "https://www.njtierney.com/"
title = "Credibly Curious"
theme = "hugo-xmin"
googleAnalytics = "UA-69408097-1"
disqus = ""
enableEmoji = true
ignoreFiles = ['\.Rmd$', '_files$', '_cache$', '\.knit\.md$', '\.utf8\.md$']
footnotereturnlinkcontents = "↩"
pygmentsUseClasses = true
[permalinks]
post = "/post/:year/:month/:day/:slug/"
note = "/note/:year/:month/:day/:slug/"
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
style = "pygments"
[[menu.main]]
name = "Blog"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
[[menu.main]]
name = "CV"
url = "/cv/"
weight = 3
[[menu.main]]
name = "Talks"
url = "/talks/"
weight = 4
[[menu.main]]
name = "Resources"
url = "/resources/"
weight = 5
[[menu.main]]
name = "Software"
url = "/software/"
weight = 6
[params]
description = "Credibly Curious"
GithubEdit = "https://github.com/rbind/njtierney.com/edit/master/content/"
footer = "© [Nicholas Tierney](https://njtierney.com) 2013-24 | [Github](https://github.com/njtierney) | [Twitter](https://twitter.com/nj_tierney) | [RSS](https://www.njtierney.com/post/index.xml)"
[services]
[services.rss]
limit = 5
# enable GDPR settings
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
disable = true
[privacy.instagram]
disable = false
simple = true
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = false
simple = true
[privacy.youtube]
disable = false
privacyEnhanced = true