forked from apreshill/bakeoff
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
74 lines (69 loc) · 2.28 KB
/
Copy path_pkgdown.yml
File metadata and controls
74 lines (69 loc) · 2.28 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
url: https://bakeoff.netlify.app
authors:
Alison Hill:
href: https://alison.rbind.io
Chester Ismay:
href: https://chester.rbind.io
template:
bootstrap: 4
bslib:
font_scale: 1.0
base_font:
google: "Sen"
code_font:
google: "DM Mono"
primary: "#187BA2" # sidebar heading colors / not content
secondary: "#595959" # version badge bg only? maybe headers if not def
bg: "white" # background of site
fg: "#333333" # all body text, cannot leave blank? but also no work?
navbar-bg: "#f4e4e7" # navbar bg color :)
navbar-light-brand-color: "#595959" # pkgname color, would be lt active color
navbar-light-color: "#595959" # navbar text color
navbar-light-active-color: "#126180"
navbar-light-hover-color: "#126180"
headings-color: "#187BA2" # inherits from nobody!
# these don't work
link-color: "#767676" # should inherit primary, but doesn't?
link-hover-color: "#187BA2" # nope
navbar:
type: light
bg: navbar-bg
structure:
left: [home]
right: [reference, news, github]
components:
news:
text: News
href: news/index.html
reference:
- title: "Joined tibbles"
desc: >
Tame and tidy data resulting from joining simple tibbles (below), based on shared units of observation.
contents:
- baker_results
- episode_results
- challenge_results
- ratings_seasons
- title: "Simple tibbles"
desc: >
Tibbles with data from [Wikipedia](https://en.wikipedia.org/wiki/The_Great_British_Bake_Off),
followed by minimal taming using the [`fivethirtyeight` R data package guidelines](https://fivethirtyeight-r.netlify.com/articles/fivethirtyeight.html#guidelines).
All variable types are cast properly, all tibbles are in tidy format, and all variable names are in `snake_case`.
contents:
- bakers
- episodes
- ratings
- results
- series
- seasons
- title: "Scales"
desc: >
Color and fill scales
contents:
- bakeoff_colors
- bakeoff_palette
- scale_bakeoff
- bakeoff_color_data
- bakeoff_generate_pal
- bakeoff_palette_names
- bakeoff_palettes