diff --git a/_config.yml b/_config.yml index 23430ce..cd88b18 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,18 @@ +# location absolute: http://localhost baseurl: jekyll + +# variables title: Rik @ St Andrews author: Rik Veenboer email: rik.veenboer@gmail.com github: https://github.com/boukefalos disqus: boukefalos analytics: UA-46375339-1 +maps: AIzaSyCyIwGR-F48dFjAbwNr9JdOsfUYaUQxz1s + +# other +gems: [jekyll-paginate] markdown: redcarpet paginate: 7 highlighter: pygments diff --git a/_layouts/gallery-map.html b/_layouts/gallery-map.html index 8ab8662..d405bfa 100644 --- a/_layouts/gallery-map.html +++ b/_layouts/gallery-map.html @@ -3,7 +3,7 @@ layout: post --- {% capture gallery %}{{ page.url|replace:'/map.html',''|remove_first:'/' }}{% endcapture %}
- +