-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
104 lines (88 loc) · 3.18 KB
/
_config.yml
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
name: HIU
description: "Main website of the U.S. Department of State, Humanitarian Information Unit"
logo: "/assets/img/hiu_logo_twitter.png"
#markdown: redcarpet
timezone: America/New_York
permalink: none
# Local Dev
#baseurl:
#url: http://localhost:8000
#destination: /var/www
# GitHub Pages
#baseurl:
#url: https://hiu.state.gov
destination: _site
# Production
#baseurl:
#url: http://hiu-beta.state.gov
#destination: /var/www
# Explicit excludes, including dotfiles to be safe
exclude: [.DS_Store, .git, .gitignore, .vagrant, Gruntfile.js, Vagrantfile, package.json, gulpfile.js, notes.md, node_modules, backups, _assets/img/src-images]
# Markdown Configuration
#redcarpet:
# extensions: [with_toc_data]
# General
edit: true
code: "https://github.com/state-hiu/hiu.state.gov"
branch: "gh-pages"
disclaimer: "The Humanitarian Information Unit, manages this site as a portal for information from the U.S. State Department. External links to other Internet sites should not be construed as an endorsement of the views or privacy policies contained therein."
privacy: "http://www.state.gov/misc/415.htm"
copyright: "http://www.state.gov/misc/87529.htm"
# Twitter
twittercard:
enabled: true
site: "@StateHIU"
# Open Graph
opengraph:
enabled: true
# Analytics
ga:
enabled: true
code: "UA-24614711-1"
dap:
enabled: false
agency: DOS
subagency: HIU
sass:
style: compressed
# Debugging & Testing
debug:
app: true
angular: false
bootstrap: false
jquery: false
leaflet: true
# Dependencies Management
deps:
angular:
version: "1.4.0-beta.4"
jquery:
version: "3.1.1"
# GeoNode
# The first GeoNode is the primary one that is loaded on the homepage.
geonodes:
- id: "state"
name: "State GeoNode"
layers: "http://geonode.state.gov/layers"
csw:
xml: "http://geonode.state.gov/catalogue/csw?request=GetRecords&service=CSW&version=2.0.2&resultType=results&maxRecords=1000&elementsetname=full&typenames=csw:Record&outputschema=http://www.isotc211.org/2005/gmd"
json: "http://geonode.state.gov/catalogue/csw?request=GetRecords&service=CSW&version=2.0.2&resultType=results&maxRecords=1000&elementsetname=full&typenames=csw:Record&outputschema=http://www.isotc211.org/2005/gmd&outputFormat=application/json"
wms: "http://geonode.state.gov/cors/geoserver/wms?SERVICE=WMS&REQUEST=GetCapabilities"
tiles: "http://geonode.state.gov/geoserver/gwc/service/tms/1.0.0/geonode%3A{id}@EPSG%3A900913@png/{z}/{x}/{y}.png"
# Document & Media Storage
storage:
thumbnails_products: "https://s3.amazonaws.com/hiu-thumbnails/products"
thumbnails_regions: "https://s3.amazonaws.com/hiu-thumbnails/regions"
thumbnails_guides: "https://s3.amazonaws.com/hiu-thumbnails/guides"
thumbnails_platforms: "https://s3.amazonaws.com/hiu-thumbnails/platforms"
#products: "https://s3.amazonaws.com/hiu-products"
products: "https://hiu.state.gov/hiu-products"
# MapBox
mapbox:
access_token: "pk.eyJ1IjoiaGl1IiwiYSI6InJWNGZJSzgifQ.xK1ndT3W8XL9lwVZrT6jvQ"
url_tiles: "https://api.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token="
#url_utfgrid: "http://{s}.tiles.mapbox.com/v3/{id}/{z}/{x}/{y}.grid.json?callback={cb}&access_token="
compress_html:
blanklines: true
comments: all
future: true