|
1 |
| -template: |
2 |
| - bootstrap: 5 |
| 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 | +development: |
| 10 | + mode: devel |
| 11 | + version_label: success |
3 | 12 |
|
| 13 | +template: |
| 14 | + bootstrap: 5 |
| 15 | + bootswatch: cosmo |
| 16 | + bslib: |
| 17 | + font_scale: 1.0 |
| 18 | + primary: "#C41230" |
| 19 | + link-color: "#C41230" |
4 | 20 |
|
5 |
| -# Colors from epipredict & epidatr, including Carnegie Red https://www.cmu.edu/brand/brand-guidelines/visual-identity/colors.html |
6 | 21 | navbar:
|
7 |
| - bg: "#C41230" |
8 |
| - fg: "#f8f8f8" |
9 |
| - bootswatch: cosmo |
10 |
| - bslib: |
11 |
| - font_scale: 1.0 |
12 |
| - primary: "#C41230" |
13 |
| - link-color: "#C41230" |
14 |
| - navbar-bg: "#C41230" |
15 |
| - navbar-fg: "#f8f8f8" |
| 22 | + bg: primary |
| 23 | + type: dark |
16 | 24 |
|
17 | 25 | url: https://cmu-delphi.github.io/epiprocess/
|
18 | 26 |
|
19 | 27 | home:
|
20 |
| - links: |
21 |
| - - text: Introduction to Delphi's Tooling Work |
22 |
| - href: https://cmu-delphi.github.io/delphi-tooling-book/ |
23 |
| - - text: Get the epipredict R package |
24 |
| - href: https://cmu-delphi.github.io/epipredict/ |
25 |
| - - text: Get the epidatr R package |
26 |
| - href: https://github.com/cmu-delphi/epidatr |
27 |
| - - text: Get the epidatasets R package |
28 |
| - href: https://cmu-delphi.github.io/epidatasets/ |
| 28 | + links: |
| 29 | + - text: Introduction to Delphi's Tooling Work |
| 30 | + href: https://cmu-delphi.github.io/delphi-tooling-book/ |
| 31 | + - text: Get the epipredict R package |
| 32 | + href: https://cmu-delphi.github.io/epipredict/ |
| 33 | + - text: Get the epidatr R package |
| 34 | + href: https://github.com/cmu-delphi/epidatr |
| 35 | + - text: Get the epidatasets R package |
| 36 | + href: https://cmu-delphi.github.io/epidatasets/ |
29 | 37 |
|
30 | 38 | articles:
|
31 |
| - - title: Using the package |
32 |
| - desc: Basic usage and examples. |
33 |
| - navbar: ~ |
34 |
| - contents: |
35 |
| - - epiprocess |
36 |
| - - slide |
37 |
| - - growth_rate |
38 |
| - - correlation |
39 |
| - - aggregation |
40 |
| - - outliers |
41 |
| - - archive |
42 |
| - - advanced |
43 |
| - - compactify |
| 39 | + - title: Using the package |
| 40 | + desc: Basic usage and examples. |
| 41 | + navbar: ~ |
| 42 | + contents: |
| 43 | + - epiprocess |
| 44 | + - slide |
| 45 | + - growth_rate |
| 46 | + - correlation |
| 47 | + - aggregation |
| 48 | + - outliers |
| 49 | + - archive |
| 50 | + - advanced |
| 51 | + - compactify |
44 | 52 |
|
45 | 53 | repo:
|
46 |
| - url: |
47 |
| - home: https://github.com/cmu-delphi/epiprocess/tree/main/ |
48 |
| - source: https://github.com/cmu-delphi/epiprocess/blob/main/ |
49 |
| - issue: https://github.com/cmu-delphi/epiprocess/issues |
50 |
| - user: https://github.com/ |
| 54 | + url: |
| 55 | + home: https://github.com/cmu-delphi/epiprocess/tree/main/ |
| 56 | + source: https://github.com/cmu-delphi/epiprocess/blob/main/ |
| 57 | + issue: https://github.com/cmu-delphi/epiprocess/issues |
| 58 | + user: https://github.com/ |
51 | 59 |
|
52 | 60 | reference:
|
53 |
| - - title: "`epi_df` basics" |
54 |
| - desc: Details on `epi_df` format, and basic functionality. |
55 |
| - - contents: |
56 |
| - - matches("epi_df") |
57 |
| - - title: "`epi_*()` functions" |
58 |
| - desc: Functions that act on `epi_df` objects. |
59 |
| - - contents: |
60 |
| - - epi_slide |
61 |
| - - epi_cor |
62 |
| - - title: Vector functions |
63 |
| - desc: Functions that act directly on signal variables. |
64 |
| - - contents: |
65 |
| - - growth_rate |
66 |
| - - detect_outlr |
67 |
| - - detect_outlr_rm |
68 |
| - - detect_outlr_stl |
69 |
| - - title: "`epi_archive` basics" |
70 |
| - desc: Details on `epi_archive`, and basic functionality. |
71 |
| - - contents: |
72 |
| - - matches("archive") |
73 |
| - - title: "`epix_*()` functions" |
74 |
| - desc: Functions that act on an `epi_archive` and/or `grouped_epi_archive` object. |
75 |
| - - contents: |
76 |
| - - starts_with("epix") |
77 |
| - - group_by.epi_archive |
78 |
| - - title: Example data |
79 |
| - - contents: |
80 |
| - - archive_cases_dv_subset |
81 |
| - - incidence_num_outlier_example |
82 |
| - - contains("jhu_csse") |
83 |
| - - title: Basic automatic plotting |
84 |
| - - contents: |
85 |
| - - autoplot.epi_df |
86 |
| - - title: internal |
87 |
| - - contents: |
88 |
| - - epiprocess |
89 |
| - - max_version_with_row_in |
90 |
| - - next_after |
91 |
| - - guess_period |
92 |
| - - key_colnames |
| 61 | + - title: "`epi_df` basics" |
| 62 | + desc: Details on `epi_df` format, and basic functionality. |
| 63 | + - contents: |
| 64 | + - matches("epi_df") |
| 65 | + - title: "`epi_*()` functions" |
| 66 | + desc: Functions that act on `epi_df` objects. |
| 67 | + - contents: |
| 68 | + - epi_slide |
| 69 | + - epi_cor |
| 70 | + - title: Vector functions |
| 71 | + desc: Functions that act directly on signal variables. |
| 72 | + - contents: |
| 73 | + - growth_rate |
| 74 | + - detect_outlr |
| 75 | + - detect_outlr_rm |
| 76 | + - detect_outlr_stl |
| 77 | + - title: "`epi_archive` basics" |
| 78 | + desc: Details on `epi_archive`, and basic functionality. |
| 79 | + - contents: |
| 80 | + - matches("archive") |
| 81 | + - title: "`epix_*()` functions" |
| 82 | + desc: Functions that act on an `epi_archive` and/or `grouped_epi_archive` object. |
| 83 | + - contents: |
| 84 | + - starts_with("epix") |
| 85 | + - group_by.epi_archive |
| 86 | + - title: Example data |
| 87 | + - contents: |
| 88 | + - archive_cases_dv_subset |
| 89 | + - incidence_num_outlier_example |
| 90 | + - contains("jhu_csse") |
| 91 | + - title: Basic automatic plotting |
| 92 | + - contents: |
| 93 | + - autoplot.epi_df |
| 94 | + - title: internal |
| 95 | + - contents: |
| 96 | + - epiprocess |
| 97 | + - max_version_with_row_in |
| 98 | + - next_after |
| 99 | + - guess_period |
| 100 | + - key_colnames |
0 commit comments