-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
120 lines (109 loc) · 3.05 KB
/
_pkgdown.yml
File metadata and controls
120 lines (109 loc) · 3.05 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
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
url: https://bainmatt.github.io/autocv/
repo:
url:
home: https://github.com/bainmatt/autocv/
source: https://github.com/bainmatt/autocv/blob/HEAD/
issue: https://github.com/bainmatt/autocv/issues/
user: https://github.com/bainmatt
# TODO: Set dark mode highlight style to default (gh workflow changes contrast)
template:
bootstrap: 5
light-switch: true
navbar:
structure:
# left:
# - text: "Reference"
# href: reference
# - text: "Datasets"
# href: datasets
# - text: "Articles"
# href: articles
# - text: "Example CV"
# href: cv_yourname.html
left: [reference, datasets, articles, example-cv]
right: [search, github, lightswitch]
components:
github:
icon: fa-github
href: https://github.com/bainmatt
aria-label: GitHub
datasets:
text: Datasets
menu:
- text: example_skill_data
href: reference/example_skill_data.html
- text: example_position_data
href: reference/example_position_data.html
- text: example_contact_data
href: reference/example_contact_data.html
- text: example_text_data
href: reference/example_text_data.html
- text: example_job_metadata
href: reference/example_job_metadata.html
- text: example_posting
href: reference/example_posting.html
example-cv:
text: "Example"
href: cv_yourname.html
# articles:
# toc:
# collapse: false
figures:
dev: ragg::agg_png
dpi: 96
dev.args: []
fig.ext: png
# fig.width: 7.2916667
fig.height: ~
fig.retina: 2
# fig.asp: 1.618
bg: NA
other.parameters: []
# TODO: Make titles build/edit/render/report/review (cli-bld/edit/rend/rep/rev)
reference:
- title: The essentials
desc: Helpers for an efficient, end-to-end command line workflow.
- contents:
- has_concept("cli")
- title: For fine-grained control
desc: Finer control over data preparation, rendering, and keyword checks.
- subtitle: Prepare
desc: Fine-grained control over spreadsheet data preparation.
- contents:
- has_concept("prepare")
- has_concept("pipeline")
- subtitle: Build
desc: Construct and print resume sections to the output file.
- contents:
- has_concept("build")
- has_concept("print")
- subtitle: Check
desc: Cross-check resume keywords with those in a term bank or job posting.
- contents:
- has_concept("report")
- subtitle: Data handling
desc: Helpers for finding and loading built-in datasets and templates.
- contents:
- has_concept("data")
- title: For developers
desc: Additional development tools and convenience functions.
- subtitle: Prepare
- contents:
- has_concept("prepare-dev")
- subtitle: Build
- contents:
- has_concept("build-dev")
- subtitle: Check
- contents:
# TODO: Probably change 'report' family to 'check'
- has_concept("report-dev")
- subtitle: I/O
- contents:
- has_concept("data-dev")
- subtitle: CLI
- contents:
# TODO: Probably change 'cli-dev' family to just 'cli'
- has_concept("cli-dev")
- subtitle: CLI handlers
- contents:
- has_concept("cli-handlers")