-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_pkgdown.yml
122 lines (106 loc) · 2.4 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
## _pkgdown.yml | unikn
## spds, uni.kn | 2024 05 04
## -------------------------
## site info: ----------
title: unikn
url: https://hneth.github.io/unikn/
authors:
Hansjoerg Neth:
href: https://www.spds.uni-konstanz.de/hans-neth
Nico Gradwohl:
# href: https://www.spds.uni-konstanz.de/nico-gradwohl
href: https://www.spds.uni-konstanz.de/en/node/1231
SPDS:
href: https://www.spds.uni-konstanz.de/
development:
mode: devel # devel OR release
# template:
# bootstrap: 5
# # bootswatch: litera # release
# bootswatch: spacelab # devel
toc:
depth: 3
## navigation menu: ----------
navbar:
title: "unikn"
type: default # inverse
left:
- text: "Home"
icon: fa-home
href: index.html
- text: "All articles"
# icon: fa-info
menu:
- text: "Colors and color functions"
href: articles/color_functions.html
- text: "Color recipes"
href: articles/color_recipes.html
- text: "Institutional colors"
href: articles/inst_colors.html
- text: "Text decoration"
href: articles/text_decorations.html
- text: "Reference"
# icon: fa-gear
href: reference/index.html
- text: "News"
href: news/index.html
right:
- icon: fa-github
href: https://hneth.github.io/unikn/
## reference: ----------
reference:
- title: Colors and color palettes
desc: The colors and color palettes exported by **unikn**.
contents:
- Bordeaux
- Karpfenblau
- Grau
- Peach
- Petrol
- Pinky
- Seeblau
- Seegruen
- Signal
- starts_with("pal_")
- title: Color manipulation functions
desc: Commands for viewing, creating, changing, finding and using colors and color palettes.
contents:
- seecol
- usecol
- simcol
- grepal
- newpal
- demopal
- shades_of
- ac
- get_col_names
- title: Plotting functions
desc: Functions for plotting objects and themes.
contents:
- slide
- xbox
- theme_grau
- theme_unikn
- title: Text decoration functions
desc: Functions for decorating plotted text.
contents:
- heading
- mark
- post
- uline
- url_unikn
- title: Miscellaneous
desc: Other utility functions.
contents:
- unikn.guide
## figure settings: ----------
figures:
dev: grDevices::png
dpi: 96
dev.args: []
fig.ext: png
fig.width: 7 # default: 7.292
fig.height: ~
fig.asp: 0.85
fig.retina: 2
## eof. ----------