forked from melitele/byways
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
37 lines (37 loc) · 1.03 KB
/
config.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
{
"locals": {
"title": "America's Scenic Byways",
"siteTitle": "America's Scenic Byways",
"siteDescription": "Descriptions, maps and links to related information for over 800 America's most scenic roads.",
"url": "http://scenicbyways.info",
"email": "[email protected]",
"furkotUrl": "https://trips.furkot.com",
"google_maps_geometry": "//maps.googleapis.com/maps/api/js?v=3.12&sensor=false&libraries=geometry",
"js": "min.js",
"colors": {
"All-American Road": "#AB0534",
"National Scenic Byway": "#003768",
"National Forest Scenic Byway": "#006E24",
"Parkway": "#955A32",
"BLM Back Country Byway": "#007BFF",
"Other Scenic Road": "#E3BE16"
}
},
"require": {
"template": "./lib/template",
"package": "./package.json"
},
"browserify": {
"fileGlob": "scripts/index.js"
},
"stylus": {
"dependencies": [
"nib"
]
},
"plugins": [
"./node_modules/wintersmith-browserify/",
"./node_modules/wintersmith-stylus/"
],
"port": 3060
}