-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
63 lines (54 loc) · 1.08 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
url: https://stufield.github.io/gitr/
development:
mode: auto
authors:
Stu Field:
href: https://github.com/stufield
home:
links:
- text: Learn more about me
href: https://github.com/stufield
template:
bootstrap: 5
package: tidytemplate
bslib:
bg: "#202123" # dark theme
fg: "#B8BCC2" # dark theme
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
base_font: {google: "Roboto"}
navbar:
structure:
left: [intro, reference, articles, workflows, news]
right: [search, github]
components:
intro:
text: Git Started
href: articles/gitr.html
articles:
- title: Git Started
contents:
- gitr
reference:
- title: Git Wrappers
desc: >
A listing of the most common Git commands available in 'gitr'.
contents:
- git
- git_sitrep
- pr
- branch
- commit
- lint
- params
- sha
- tag
- title: Z-Shell
desc: >
Commonly use ZSH plugin aliases.
contents:
- matches("^g[a-z]{2,6}")
- -contains("^git_")
news:
- one_page: true