From 4b03ac629641b770c2b935b2b12ae534d44678d4 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Tue, 22 Dec 2015 10:33:45 +0000 Subject: [PATCH] Load google maps api key from config --- _config.yml | 7 +++++ _layouts/gallery-map.html | 2 +- _plugins/post_baseurl.rb | 41 -------------------------- blog/_posts/2015-12-06-coastal-path.md | 1 + 4 files changed, 9 insertions(+), 42 deletions(-) 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 %}
- +