Check if config fixes base url
This commit is contained in:
parent
5fd7c23a6f
commit
add05ae53f
10
_config.yml
Normal file
10
_config.yml
Normal file
@ -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
|
@ -21,7 +21,7 @@
|
|||||||
container: 'map',
|
container: 'map',
|
||||||
style: 'http://osm-liberty.lukasmartinelli.ch/osm-liberty.json',
|
style: 'http://osm-liberty.lukasmartinelli.ch/osm-liberty.json',
|
||||||
center: [8.538961,47.372476],
|
center: [8.538961,47.372476],
|
||||||
zoom: 8,
|
zoom: 5,
|
||||||
hash: true
|
hash: true
|
||||||
});
|
});
|
||||||
map.addControl(new mapboxgl.Navigation());
|
map.addControl(new mapboxgl.Navigation());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user