-
Notifications
You must be signed in to change notification settings - Fork 31
/
book.json
38 lines (37 loc) · 1.13 KB
/
book.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
{
"title": "Awesome ArcGIS",
"description": "Awesome resource list for ArcGIS Developers, built from the community for the community",
"author": "https://github.com/hhkaos/awesome-arcgis/graphs/contributors",
"plugins": ["-lunr", "-search", "search-plus", "toggle-chapters", "sitemap",
"ga", "disqus", "youtube", "feed", "-fontsettings"],
"ignores": ["_book","node_modules", "templates", "CONTRIBUTING",
"templates"],
"pluginsConfig": {
"theme-default": {
"showLevel": false,
"styles": {
},
"fontsettings": {
"theme": "white",
"family": "\"Avenir Next W01\", \"Avenir Next W00\", \"Avenir Next\", \"Avenir\", \"Helvetica Neue\", sans-serif",
"size": 2
}
},
"feed": {
"hostname": "https://hhkaos.github.io",
"title": "Awesome ArcGIS",
"author": "Raúl Jiménez",
"format": "rss"
},
"sitemap": {
"hostname": "https://hhkaos.github.io",
"folder": "awesome-arcgis"
},
"ga": {
"token": "UA-49620025-8"
},
"disqus": {
"shortName": "awesome-arcgis"
}
}
}