-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
44 lines (38 loc) · 978 Bytes
/
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
baseURL = "https://www.claytonjy.com"
DefaultContentLanguage = "en"
title = "clayton's lil bloggo"
theme = "beautifulhugo"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
#disqusShortname = "XXX"
#googleAnalytics = "XXX"
[Params]
subtitle = "ramblings about R and data science, mostly"
logo = "img/too-much-zoom.jpg"
favicon = "img/favicon.ico"
dateFormat = "January 2, 2006"
commit = false
rss = true
comments = true
[Author]
name = "Clayton Yochum"
email = "[email protected]"
github = "claytonjy"
gitlab = "claytonjy"
twitter = "claytonyochum"
linkedin = "claytonjy"
stackoverflow = "users/2004925/claytonjy"
[[menu.main]]
name = "Blog"
url = ""
weight = 1
[[menu.main]]
name = "About"
url = "page/about/"
weight = 3
[[menu.main]]
name = "Tags"
url = "tags"
weight = 3