-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsite.json
More file actions
70 lines (70 loc) · 1.51 KB
/
site.json
File metadata and controls
70 lines (70 loc) · 1.51 KB
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
{
"baseUrl": "",
"timeZone": "Asia/Singapore",
"style": {
"codeTheme": "light"
},
"pages": [
{
"glob": "**/index.md"
},
{
"glob": "**/json.md"
},
{
"glob": "**/exercise-*.md"
},
{
"glob": "lessons/trail/all.md"
},
{
"src": "exercises-directory/exercises.md",
"fileExtension": ".json",
"searchable": "no"
},
{
"src": "lessons/lessons.md",
"fileExtension": ".json",
"searchable": "no"
}
],
"pagesExclude": ["**/*-fragment.md"],
"ignore": [
"diagrams",
"_site/*",
"site.json",
"lessons/*/text.md",
"*.md",
".git/*"
],
"deploy": {
"message": "Site Update."
},
"intrasiteLinkValidation": {
"enabled": true
},
"enableSearch": false,
"titlePrefix": "Git-Mastery",
"plugins": ["customviews", "mermaid", "filterTags", "algolia", "codeBlockCopyButtons", "codeBlockWrapButtons", "dataTable"],
"pluginsContext": {
"filterTags" : {
"tags": ["git-mastery"]
},
"mermaid": {
"address": "https://unpkg.com/mermaid@11.7.0/dist/mermaid.esm.min.mjs"
},
"algolia": {
"apiKey": "772d7386c7a785f7a60fec5a096311ef",
"appId": "3DU4XTBX4T",
"indexName": "nus-tic2002-2020a",
"searchParameters": {
"facetFilters": [["site:git-mastery.org"], ["tags:se-book-adapted"]]
}
}
},
"deploy": {
"message": "Site Update.",
"repo": "https://github.com/git-mastery/git-mastery.github.io.git",
"branch": "gh-pages"
}
}