-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path_config.yml
73 lines (60 loc) · 1.51 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
title: "GAP" # System for Computational Discrete Algebra"
subtitle: "System for Computational Discrete Algebra"
theme: just-the-docs
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.gap-system.org" # the base hostname & protocol for your site, e.g. http://example.com
docsurl: "https://docs.gap-system.org"
color_scheme: lightgap
exclude:
- "*.g"
- "/README.md"
- "/etc"
- "/tmp"
- "/ForumArchive"
- "/ForumArchive2"
- "/HostedGapPackages"
- "/Manuals"
include:
- ".htaccess"
keep_files:
- "ForumArchive"
- "ForumArchive2"
liquid:
error_mode: warn
#strict_variables: true # commented out because it isn't supported by just-the-docs
strict_filters: true
math: mathjax
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red
defaults:
- scope:
path: ""
values:
has_toc: false
toc: nil
subtoc: nil
subsubtoc: nil
logo: "/assets/logo/light/gaplogo.svg" # logo path also occurs in assets/css/just-the-docs-{dark,light}gap.scss
# External navigation links
nav_external_links:
- title: GAP on GitHub
url: https://github.com/gap-system/gap
aux_links:
"GAP on GitHub":
- "//github.com/gap-system/gap"
sass:
quiet_deps: true # https://github.com/just-the-docs/just-the-docs/issues/1541
silence_deprecations: ['import'] # https://github.com/just-the-docs/just-the-docs/issues/1607