forked from se-edu/se-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.json
53 lines (53 loc) · 837 Bytes
/
site.json
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
{
"baseUrl": "/se-book",
"timeZone": "Asia/Singapore",
"style": {
"codeTheme": "light"
},
"pages": [
{
"glob": "**/index.md"
},
{
"glob": "**/acknowledgements.md"
},
{
"glob": "**/usage.md"
},
{
"glob": "**/print.md"
},
{
"glob": "**/definitions.md"
},
{
"glob": "**/outcomes.md"
},
{
"glob": "**/references.md"
},
{
"glob": "**/combined/exercises.md"
}
],
"pagesExclude": ["**/*-fragment.md"],
"ignore": [
"_site/*",
"site.json",
"gitAndGithub/*/text.md",
"*.md",
".git/*"
],
"deploy": {
"message": "Site Update."
},
"intrasiteLinkValidation": {
"enabled": true
},
"enableSearch": true,
"titlePrefix": "SEforSDL",
"plugins": [
],
"pluginsContext": {
}
}