-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
93 lines (80 loc) · 2.23 KB
/
_pkgdown.yml
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
url: https://sfthemes.amirmasoudabdol.name
home:
title: San Francisco Themes
description: An accessible set of themes and color palettes optimized for light/dark appearances, and different screen sizes
authors:
Amir Masoud Abdol:
href: https://amirmasoudabdol.name
repo:
url:
home: https://github.com/amirmasoudabdol/sfthemes/
source: https://github.com/amirmasoudabdol/sfthemes/blob/main/
issue: https://github.com/amirmasoudabdol/sfthemes/issues/
user: https://github.com/amirmasoudabdol/
branch: main
development:
mode: auto
navbar:
structure:
left: [home, reference, articles, news]
right: [packages, github]
components:
packages:
text: "Packages"
menu:
- text: "Preferably Template"
href: https://preferably.amirmasoudabdol.name
- text: "Primer R Markdown"
href: https://primermd.amirmasoudabdol.name
template:
package: preferably
bootstrap: 5
params:
github-sponsor:
url: https://github.com/sponsors/amirmasoudabdol/
opengraph:
image:
src: man/figures/twitter-summary-card.png
alt: An accessible set of themes and color palettes optimized for light/dark appearances, and different screen sizes
twitter:
creator: "@amirmasoudabdol"
site: https://amirmasoudabdol.name
card: summary_large_image
articles:
- title: San Francisco Themes
navbar: ~
contents:
- colours
- typography
- size_classes
- dynamic_light_and_dark_plots_in_web
reference:
- title: Themes
contents:
- theme_sf_light
- theme_sf_dark
- title: Typography
contents:
- starts_with("import")
- starts_with("sf_set_")
- title: Scales
desc: Collection of color scales and fill optimized for light and dark themes.
- subtitle: iOS
contents:
- ends_with("ios_light")
- ends_with("ios_dark")
- ends_with("ios_gray_light")
- ends_with("ios_gray_dark")
- subtitle: macOS Light
contents:
- ends_with("macos_light")
- ends_with("macos_dark")
- subtitle: watchOS Dark
contents:
- ends_with("watchos_dark")
- title: Palettes
desc: For accesing the raw colors, or using colors with other visualization packages than ggplot2 library.
contents:
- starts_with("ios_")
- starts_with("macos_")
- starts_with("watchos_")