-
Notifications
You must be signed in to change notification settings - Fork 26
/
_config.yml
53 lines (42 loc) · 1.03 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
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
defaults:
- scope:
path: ""
values:
has_toc: false
toc: nil
subtoc: nil
subsubtoc: nil
favicon_ico: "favicon.ico"
# 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"