-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
85 lines (70 loc) · 2.19 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
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
# Jekyll Primer theme _custom.yml
# https://github.com/pages-themes/primer/blob/master/_config.yml
title: APLS Documentation
##URLs (see https://mademistakes.com/mastering-jekyll/site-url-baseurl/)
url: https://djvill.github.io
baseurl: /APLS
exclude:
- node_modules
- script
- .Rproj.user
sass:
style: :compressed
# theme: just-the-docs
remote_theme: just-the-docs/[email protected]
github:
private: false
license:
name: CC BY-NC-SA 4.0
source:
branch: "main"
path: "/"
repository_url: https://github.com/djvill/APLS
lang: en-US
collections:
versions:
sort_by: version
layers:
sort_by: name
########################################
#### Config for just-the-docs theme ####
########################################
##Favicon
favicon_ico: /assets/img/APLS-Logo.svg
##Search
##Config: https://just-the-docs.github.io/just-the-docs/docs/configuration/#search
search:
heading_level: 3
previews: 5
##Footer
##Config: https://just-the-docs.github.io/just-the-docs/docs/configuration/#footer-content
back_to_top: false
last_edit_timestamp: true
last_edit_time_format: "%B %-d, %Y"
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on GitHub."
gh_edit_repository: "https://github.com/djvill/APLS" # the github URL for your repo
gh_edit_branch: "main" # the branch that your docs is served from
gh_edit_view_mode: "edit" # "tree" or "edit" if you want the user to jump into the editor immediately
##Color scheme
##Config: https://just-the-docs.github.io/just-the-docs/docs/customization/#custom-schemes
color_scheme: apls
# color_scheme: apls-dark
##Callouts (e.g., "Note", "Warning")
##Use: https://just-the-docs.github.io/just-the-docs/docs/ui-components/callouts/
##Config: https://just-the-docs.github.io/just-the-docs/docs/configuration/#callouts
callouts:
note:
title: Note
color: yellow
icon: /assets/img/fa-circle-info.png # Not implemented yet. Need to use JS to inject icon into .note::before
warning:
title: Warning
color: red
try-it:
color: green
under-the-hood:
color: blue
##Google Analytics
ga_tracking: G-TT6NWBCLVW
ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings