-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbook.json
More file actions
59 lines (59 loc) · 1.08 KB
/
Copy pathbook.json
File metadata and controls
59 lines (59 loc) · 1.08 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
{
"author": "Portgas <portgas.ly@foxmail.com>",
"description": "FreeCodeCamp Solution",
"extension": null,
"generator": "site",
"links": {
"sharing": {
"all": null,
"facebook": null,
"google": null,
"twitter": null,
"weibo": null
},
"sidebar": {
"My Simple Blog": "http://blog.fiftykg.com"
}
},
"output": null,
"title": "FreeCodeCamp Solution",
"variables": {},
"plugins": [
"sitemap",
"-search",
"-lunr",
"-highlight",
"search-plus",
"github",
"prism",
"prism-themes",
"github-buttons",
"splitter",
"ga"
],
"pluginsConfig": {
"sitemap": {
"hostname": "http://fcc.fiftykg.com/"
},
"fontSettings": {
"theme": "night"
},
"github": {
"url": "https://github.com/PortgasAce/FreeCodeCamp-Solution"
},
"prism": {
"css": [
"prism-themes/themes/prism-base16-ateliersulphurpool.light.css"
]
},
"github-buttons": {
"user": "PortgasAce",
"repo": "FreeCodeCamp-Solution",
"type": "star",
"size": "large"
},
"ga": {
"token": "UA-105828632-1"
}
}
}