-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
57 lines (52 loc) · 1.56 KB
/
Copy path_pkgdown.yml
File metadata and controls
57 lines (52 loc) · 1.56 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
url: https://moderndive.github.io/volcanoes/
template:
bootstrap: 5
light-switch: false
# Dark syntax-highlighting theme — pkgdown's "arrow" default is light;
# arrow-dark is its built-in dark variant and integrates with bslib.
theme: arrow-dark
bslib:
primary: "#ff6b1a"
secondary: "#c9421e"
success: "#ffcc33"
info: "#7a4ea8"
bg: "#0a0a14"
fg: "#f5f0e8"
# Code: lighter charcoal background so cream text reads clearly. These
# bslib variables propagate through every Bootstrap rule that styles code.
code-bg: "#2a2a3d"
code-color: "#ffcc33"
pre-bg: "#2a2a3d"
pre-color: "#f5f0e8"
pre-border-color: "#ff6b1a"
base_font: {google: "Inter"}
heading_font: {google: "Bebas Neue"}
code_font: {google: "JetBrains Mono"}
home:
title: volcanoes
description: >
Tidy snapshots of the Smithsonian Institution Global Volcanism Program's
Volcanoes of the World database — Holocene volcanoes, eruptions, and
eruption events.
links:
- text: Global Volcanism Program
href: https://volcano.si.edu/
- text: TidyTuesday 2020-05-12 layout
href: https://github.com/rfordatascience/tidytuesday/tree/main/data/2020/2020-05-12
navbar:
bg: dark
structure:
left: [intro, reference, articles, news]
right: [search, github]
reference:
- title: Datasets
desc: >
Three nested tibbles. Join `volcanoes` -> `eruptions` on `volcano_number`,
and `eruptions` -> `events` on `eruption_number`.
contents:
- volcanoes
- eruptions
- events
- title: Package
contents:
- volcanoes-package