-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
49 lines (45 loc) · 1.43 KB
/
_config.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
# Site meta
title: Digital Archives
description: >- # this means to ignore newlines until "baseurl:"
This site documents policies and procedures of the NYPL Digital Archives program, which manages the
born-digital portions of archival acquisitions by the 11 curatorial units of the NYPL Research Libraries.
url: "https://nypl.github.io"
baseurl: "/digarch"
# Build settings
# theme: "just-the-docs"
remote_theme: just-the-docs/just-the-docs
search_enabled: true
search_tokenizer_separator: /[\s/]+/
heading_anchors: true
#color_scheme: "dark"
ga_tracking: G-4GBB05KF5M
ga_tracking_anonymize_ip: true
callouts_level: quiet # or loud
callouts:
# use for documentation still not fully complete, but partially launched
construction:
title: Under Construction
color: yellow
# use after launching new documentation for external staff, remove after some period time
new:
title: New
color: green
# use for legacy instruction that will eventually be removed, remove when documentation is removed
deprecated:
title: Deprecated
color: red
# use to callout requirements before starting process
important:
title: Important
color: yellow
# use for context to instructions
note:
title: Note
color: purple
# use for situations where no further work should be completed until situation is resolved
warning:
title: Warning
color: red
# use for final instruction or failure remediation
highlight:
color: blue