From add05ae53fada8b977a68af40fe9bc940164c6f8 Mon Sep 17 00:00:00 2001 From: lukasmartinelli Date: Sat, 6 Aug 2016 18:58:55 +0200 Subject: [PATCH] Check if config fixes base url --- _config.yml | 10 ++++++++++ index.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..b7e0947 --- /dev/null +++ b/_config.yml @@ -0,0 +1,10 @@ +# Site settings +title: OSM Liberty +email: me@lukasmartinelli.ch +description: > # this means to ignore newlines until "baseurl:" + A free Mapbox GL basemap based on open data sets +baseurl: "" # the subpath of your site, e.g. /blog/ +url: "http://osm-liberty.luaksmartinelli.ch" # the base hostname & protocol for your site + +# Build settings +markdown: kramdown diff --git a/index.html b/index.html index e6cb663..9c81e46 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ container: 'map', style: 'http://osm-liberty.lukasmartinelli.ch/osm-liberty.json', center: [8.538961,47.372476], - zoom: 8, + zoom: 5, hash: true }); map.addControl(new mapboxgl.Navigation());