-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.toml
executable file
·80 lines (72 loc) · 1.74 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
77
78
79
baseurl = "https://quant.mikewk.com/"
languageCode = "en-US"
defaultContentLanguage = "en-US"
title = "JOURN 8006"
theme = "material"
# # disqusShortname = ""
# # googleAnalytics = ""
paginate = 7
relativeurls = true
publishDir = "docs"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[permalinks]
post = "/:year/:month/:slug/"
[taxonomies]
tag = "tags"
category = "categories"
archive = "archives"
[author]
name = "Michael W. Kearney"
bio = ""
job = "Assistant Professor, Journalism Studies | Data Science & Analytics"
location = "University of Missouri"
gravatarEmail = "mike.wayne.kearney@gmail.com"
# Your profile picture
# picture = ""
twitter = "kearneymw"
# Menu Configuration
[[menu.main]]
weight = 1
identifier = "home"
name = "Home"
pre = '<i class="fas fa-home fa-lg"></i>'
url = "/"
[[menu.main]]
weight = 3
identifier = "syllabus"
name = "Syllabus"
pre = '<i class="fas fa-file-alt fa-lg"></i>'
url = "/syllabus"
[[menu.main]]
weight = 4
identifier = "schedule"
name = "Schedule"
pre = '<i class="fas fa-calendar-alt fa-lg"></i>'
url = "/schedule"
[[menu.main]]
weight = 5
identifier = "reading"
name = "Readings"
pre = '<i class="fas fa-book-open fa-lg"></i>'
url = "/reading"
[[menu.footer]]
weight = 1
identifier = "Mizzou"
name = "School of Journalism"
pre = '<i class="button-icon fas fa-university fa-2x"></i>'
url = "https://journalism.missouri.edu"
[[menu.footer]]
weight = 2
name = "R/RStudio"
pre = '<i class="icon-rlogo" style="font-size:150%"></i>'
url = "install-rstats"
[[menu.footer]]
weight = 3
identifier = "GitHub"
name = "GitHub"
pre = '<i class="button-icon fab fa-github fa-2x"></i>'
url = "https://github.com/mkearney/quant/"
[params]
dateFormat = "January 2, 2006"
background = "/img/bg2.png"
favicon = "/favicon.ico"