-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
88 lines (73 loc) · 1.79 KB
/
_pkgdown.yml
File metadata and controls
88 lines (73 loc) · 1.79 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
75
76
77
78
79
80
81
82
83
url: https://meghansaha.github.io/artpack/
template:
bootstrap: 5
bootswatch: sketchy
bslib:
primary: '#32164f'
base_font:
google: Darker Grotesque
heading_font:
google: Gantari
text-muted: '#FFFFFF'
authors:
Meghan S. Harris:
href: https://www.theidytrekker.com/
development:
mode: auto
version_label: default
navbar:
bg: primary
left:
- icon: fa-home
href: index.html
aria-label: Home
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: "Brief Examples"
href: articles/brief_examples.html
- text: "Connecting artpack Assets to ggplot2 Geoms"
href: articles/geom_chart.html
- text: "See aRtpack in Action"
href: articles/see_artpack_in_action.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/Meghansaha/artpack
aria-label: github
reference:
- title: Asset Creation
- subtitle: Functions that help with making data for generative art.
- contents:
- circle_data
- grid_maker
- packer
- square_data
- wave_data
- title: Color Palette Tools
- subtitle: Functions that help with color-related tasks.
- contents:
- art_pals
- set_brightness
- set_saturation
- title: Geometric Testing Tools
- subtitle: Functions that help with geometric/spatial analysis for generative art.
- contents:
- point_in_polygon
- title: Group Tools
- subtitle: Functions that help with grouping generative art data.
- contents:
- group_numbers
- group_sample
- group_slice
- title: Sequence Tools
- subtitle: Functions that help with numeric sequencing.
- contents:
- seq_bounce
- title: Transformation Tools
- subtitle: Functions that help with transforming existing generative art data.
- contents:
- resizer
- rotator