-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathconfig.toml
More file actions
105 lines (90 loc) · 2.09 KB
/
config.toml
File metadata and controls
105 lines (90 loc) · 2.09 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
baseurl = ""
languageCode = "en-us"
defaultContentLanguage = "en-us"
title = "Biological Data Science"
theme = "material"
paginate = 7
relativeurls = false
publishDir = "docs"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[permalinks]
post = "/:year/:month/:slug/"
[taxonomies]
tag = "tags"
category = "categories"
archive = "archives"
[author]
name = "Tad Dallas"
bio = ""
job = "Assistant Professor"
location = "U of South Carolina"
gravatarEmail = "tdallas@mailbox.sc.edu"
twitter = "taddallas"
# Menu Configuration
[[menu.main]]
weight = 1
identifier = "home"
name = "Home"
pre = "<i class='sidebar-button-icon fa fa-lg fa-home'></i>"
url = "/"
[[menu.main]]
weight = 2
identifier = "syllabus"
name = "Syllabus"
pre = "<i class='material-icons'>date_range</i>"
url = "/syllabus"
[[menu.main]]
weight = 3
identifier = "policies"
name = "Policies"
pre = "<i class='material-icons'>gavel</i>"
url = "/policies"
[[menu.sidebar]]
weight = 1
pre = "<i class='material-icons'>timeline</i>"
name = "computing in R"
url = "#r"
[[menu.sidebar]]
weight = 2
pre = " <i class='material-icons'>bug_report</i>"
name = "host-virus data"
url = "#virion"
[[menu.sidebar]]
weight = 3
pre = " <i class='material-icons'>trending_down</i>"
name = "ecological simulation"
url = "#sim"
[[menu.sidebar]]
weight = 4
pre = " <i class='material-icons'>my_location</i>"
name = "making and evaluating models"
url = "#spatial"
[[menu.tools]]
weight = 1
name = "GitHub"
url = "#github"
pre = "<i class='fa fa-github'></i>"
[[menu.tools]]
weight = 2
name = " R "
url = "#r"
pre = "<i class='fa fa-terminal'></i>"
[[menu.tools]]
weight = 3
name = "RMarkdown"
url = "#rmarkdown"
pre = "<i class='fa fa-file-pdf-o'></i>"
[[menu.tools]]
weight = 4
name = "R Packages"
url = "#packages"
pre = "<i class='fa fa-archive'></i>"
[[menu.tools]]
weight = 5
name = "Reproducibility"
url = "#reproducibility"
pre = "<i class='fa fa-recycle'></i>"
[params]
dateFormat = "January 1, 2022"
background = "bg.jpeg"
math = "true"