From 3efde330dca999cb0fe38b3c819d3675cc6b4a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Wed, 25 Feb 2015 13:54:46 +0100 Subject: [PATCH] added google analytics and next previous in category include --- _config.yml | 23 +++++++++-- _data/language.yml | 4 +- _includes/breadcrumb.html | 8 ++-- _includes/footer.html | 2 +- _includes/footer_scripte.html | 9 ---- _includes/footer_scripts.html | 24 +++++++++++ _includes/list-posts.html | 38 ++++++++--------- _includes/next-previous-post-in-category.html | 41 +++++++++++++++++++ _includes/pagination.html | 11 +++-- _includes/sidebar.html | 2 +- _layouts/default.html | 2 +- _posts/design/2014-09-13-grid.md | 22 +++++----- .../design/2014-10-08-header-image-pattern.md | 1 + .../2014-10-09-header-full-width-image.md | 1 + .../design/2014-10-09-header-image-color.md | 1 + _posts/design/2014-10-09-header-logo-only.md | 1 + _posts/design/2015-02-10-header-with-text.md | 1 + _posts/design/2015-10-11-no-header.md | 3 +- _sass/_06_typography.scss | 4 +- _sass/_07_layout.scss | 6 ++- pages/changelog.md | 3 ++ pages/roadmap.md | 7 ++-- 22 files changed, 151 insertions(+), 63 deletions(-) delete mode 100755 _includes/footer_scripte.html create mode 100755 _includes/footer_scripts.html create mode 100644 _includes/next-previous-post-in-category.html diff --git a/_config.yml b/_config.yml index 52e70f8..c5689d2 100644 --- a/_config.yml +++ b/_config.yml @@ -110,7 +110,7 @@ defaults: google_author: "https://plus.google.com/u/0/118311555303973066167" google_site_verification: "Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ" bing_webmastertools_id: "0FB4C028ABCF07C908C54386ABD2D97F" -# alexa_verify_id: "" +alexa_verify_id: "m1VxsMv1gIN-up4Sw0PGQIvyCRw" @@ -162,6 +162,8 @@ og_description: "Feeling Responsive is built on the fabulous # / /_/ / (__ ) /_/ / /_/ (__ ) # /_____/_/____/\__, /\__,_/____/ # /_/ +# +# used in _includes/comments.html disqus_shortname: feelingresponsive @@ -169,10 +171,23 @@ disqus_shortname: feelingresponsive # _____ # / ___/____ ___________ # \__ \/ __ `/ ___/ ___/ -# ___/ / /_/ (__ |__ ) -# /____/\__,_/____/____/ +# ___/ / /_/ (__ |__ ) More › http://sass-lang.com/ +# /____/\__,_/____/____/ More › http://jekyllrb.com/docs/assets/#sassscss # sass: sass_dir: _sass - style: :compressed \ No newline at end of file + style: :compressed + + +# ___ __ __ _ +# / | ____ ____ _/ /_ __/ /_(_)_________ +# / /| | / __ \/ __ `/ / / / / __/ / ___/ ___/ +# / ___ |/ / / / /_/ / / /_/ / /_/ / /__(__ ) +# /_/ |_/_/ /_/\__,_/_/\__, /\__/_/\___/____/ https://www.google.com/analytics/ +# /____/ +# +# used in _includes/footer_scripts.html + +google_analytics_tracking_id: UA-60112281-1 + diff --git a/_data/language.yml b/_data/language.yml index bc1e06b..9cded77 100644 --- a/_data/language.yml +++ b/_data/language.yml @@ -14,4 +14,6 @@ previous_posts: "Previous Posts" read: "Read" read_more: "Read More ›" if_you_are_not_redirected_automatically: "If you are not redirected automatically," -click_here: "click here" \ No newline at end of file +click_here: "click here" +next_post_in: "Next Post in" +previous_post_in: "Previous Post in" \ No newline at end of file diff --git a/_includes/breadcrumb.html b/_includes/breadcrumb.html index 7c68337..10cca14 100644 --- a/_includes/breadcrumb.html +++ b/_includes/breadcrumb.html @@ -1,8 +1,8 @@ {% comment %} - -http://stackoverflow.com/questions/9612235/what-are-some-good-ways-to-implement-breadcrumbs-on-a-jekyll-site -https://github.com/huonw/huonw.github.io/blob/master/_layouts/default.html#L17 - +* +* http://stackoverflow.com/questions/9612235/what-are-some-good-ways-to-implement-breadcrumbs-on-a-jekyll-site +* https://github.com/huonw/huonw.github.io/blob/master/_layouts/default.html#L17 +* {% endcomment %} diff --git a/_includes/footer.html b/_includes/footer.html index 28cfab9..be979c0 100755 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -69,7 +69,7 @@