-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
44 lines (37 loc) · 1.15 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
# Site settings
title: FOSS IoW Council
title_description: A free and open-source GIS initiative for the Isle of Wight Council
header-img: img/iow_header2.jpg
email:
copyright_name: "Tomás Antal"
description: "A free and open-source GIS initiative for the Isle of Wight Council"
baseurl: "" #
url: "http://notatamas.github.io"
gm_api_key: "AIzaSyD8xJbcp-KsNWgINadoiz1Ei6_NUywj5UI"
gm_iow_center: "{lat: 50.684268, lng: -1.291813}"
bing_api_key: px7uRjWF9wUwSGulOggC~kxnRiJcaW8DeaTEjTfwyUQ~AlvtEnBfPvJtKWZyjVPVYIiFrk9h_vgZpY_5vk5fVN6lZIujC2bm6fgt6F6Bg8G3
mapbox_api_key: pk.eyJ1Ijoibm90YXRhbWFzIiwiYSI6ImNpejVpdmJxczAwNTMycXBqOGp1dXhuN20ifQ.qkyc6X_8rg9a3TI1S5wu5Q
twitter_username: tomas_antal
github_username: notatamas/notatamas.github.io
#Collections
collections:
maps:
output: true
ossbenefits:
output: true
tourist_info:
defaults:
- scope:
path: ""
type: ossbenefits
values:
layout: ossbenefit
mapboxjs: v2.4.0
leafletjs: v0.4.0
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 5
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
gems: [jekyll-paginate, jekyll-feed]