-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
51 lines (41 loc) · 1.1 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
baseurl = "https://lpdata.me/"
DefaultContentLanguage = "en"
paginate = 8
title = "Thoughtful Wanderings"
theme = "beautifulhugo"
metaDataFormat = "yaml"
pygmentsStyle = "trac"
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
disqusShortname = ""
googleAnalytics = "UA-115577465-1"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[Params]
subtitle = "Data Thoughts with a Canadian Perspective"
logo = "img/tree_small.png"
favicon = "img/favicon.ico"
dateFormat = "January 2, 2006"
commit = false
rss = true
comments = true
readingTime = false
useHLJS = true
description = "Learning about R, data visualization and data science with a Canadian perspective."
googlefonts = "https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700|Lora"
[Author]
name = "Lawrence Pilch"
website = "lpdata.me"
email = "[email protected]"
[[menu.main]]
name = "Blog"
url = ""
weight = 1
[[menu.main]]
name = "About"
url = "page/about/"
weight = 3
[[menu.main]]
name = "Tags"
url = "tags"
weight = 3