1
- # Colors should stay consistent across epipredict, epiprocess, and epidatr,
2
- # using Carnegie Red
3
- # https://www.cmu.edu/brand/brand-guidelines/visual-identity/colors.html
4
-
5
- # This is to give a default value to the `mode` parameter in the
6
- # `pkgdown::build_site` function. This is useful when building the site locally,
7
- # as it will default to `devel` mode. In practice, this should all be handled
8
- # dynamically by the CI/CD pipeline.
9
1
development :
10
2
mode : devel
11
- version_label : success
12
3
13
4
template :
14
- bootstrap : 5
15
- bootswatch : cosmo
16
- bslib :
17
- font_scale : 1.0
18
- primary : " #C41230"
19
- success : " #B4D43C"
20
- link-color : " #C41230"
21
-
22
- navbar :
23
- bg : primary
24
- type : light
5
+ package : delphidocs
25
6
26
7
url : https://cmu-delphi.github.io/epiprocess/
27
8
28
9
home :
29
10
links :
30
- - text : Introduction to Delphi's Tooling Work
31
- href : https://cmu-delphi.github.io/delphi-tooling-book/
32
- - text : Get the epipredict R package
11
+ - text : The epipredict package
33
12
href : https://cmu-delphi.github.io/epipredict/
34
- - text : Get the epidatr R package
35
- href : https://github.com/cmu-delphi/epidatr
36
- - text : Get the epidatasets R package
37
- href : https://cmu-delphi.github.io/epidatasets/
13
+ sidebar :
14
+ structure : [links, license, community, citation, authors, dev, related]
15
+ components :
16
+ related :
17
+ title : Delphi packages and resources
18
+ text : |
19
+ * [The epidatr package](https://github.com/cmu-delphi/epidatr/)
20
+ * [The epipredict package](https://cmu-delphi.github.io/epipredict/)
21
+ * [The epidatasets package](https://cmu-delphi.github.io/epidatasets/)
22
+ * [Introduction to Delphi's Tooling Work](https://cmu-delphi.github.io/delphi-tooling-book/)
38
23
39
24
articles :
40
25
- title : Using the package
@@ -54,10 +39,9 @@ articles:
54
39
55
40
repo :
56
41
url :
57
- home : https://github.com/cmu-delphi/epiprocess/tree/main/
58
- source : https://github.com/cmu-delphi/epiprocess/blob/main/
42
+ home : https://github.com/cmu-delphi/epiprocess/
43
+ source : https://github.com/cmu-delphi/epiprocess/
59
44
issue : https://github.com/cmu-delphi/epiprocess/issues
60
- user : https://github.com/
61
45
62
46
reference :
63
47
- title : " `epi_df` basics"
0 commit comments