forked from se-edu/se-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.json
49 lines (49 loc) · 779 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
{
"baseUrl": "/se-book",
"timeZone": "Asia/Singapore",
"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"
}
],
"ignore": [
"_site/*",
"site.json",
"gitAndGithub/*/text.md",
".git/*"
],
"deploy": {
"message": "Site Update."
},
"titlePrefix": "SEforSDL",
"plugins": [
"algolia"
],
"pluginsContext": {
"algolia": {
"apiKey": "8310bb56d1ece8950bd20b0b8c080e10",
"indexName": "se-edu"
}
}
}