From cb52524885334d2ddc8471355399233a8d1aa43b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=C2=BBmo=2E=C2=AB=20Sauer?= Date: Wed, 18 Feb 2015 16:38:43 +0100 Subject: [PATCH] update --- _config.yml | 8 ++-- _data/authors.yml | 8 +++- _includes/comments.html | 2 +- _includes/meta_information.html | 2 + _layouts/blog.html | 4 +- _layouts/frontpage.html | 8 ++-- _layouts/page.html | 2 +- _layouts/video.html | 2 +- _posts/design/2014-07-09-post-left-sidebar.md | 4 +- _posts/design/2014-07-10-page.md | 4 +- .../design/2014-07-10-post-right-sidebar.md | 4 +- _posts/design/2014-09-14-video.md | 2 +- _posts/design/2015-11-15-comments.md | 2 +- assets/css/styles-responsive.css | 41 ++++++++++++------ assets/css/styles-responsive.min.css | 2 +- images/header_drop.jpg | Bin 0 -> 137620 bytes index.md | 8 ++-- pages/changelog.md | 5 ++- pages/contact.md | 1 + pages/design.md | 2 +- pages/documentation.md | 2 +- pages/getting-started.md | 7 +-- pages/headers.md | 2 +- pages/info.md | 23 +++++----- pages/roadmap.md | 5 ++- pages/search.md | 3 +- 26 files changed, 91 insertions(+), 62 deletions(-) create mode 100644 images/header_drop.jpg diff --git a/_config.yml b/_config.yml index fed496c..25d84bb 100644 --- a/_config.yml +++ b/_config.yml @@ -73,19 +73,19 @@ defaults: path: "" # an empty string here means all files in the project type: "pages" values: - show_metadata: true # Show metadata beneath all pages + show_meta: true # Show metadata beneath all pages sidebar: "" # Possible values › left, right › by default there will be no sidebar comments: false - author: "mo" + author: "your_author_name" - scope: path: "" type: "posts" values: - show_metadata: true # Show metadata beneath all posts + show_meta: true # Show metadata beneath all posts sidebar: "" # Possible values › left, right › by default there will be no sidebar comments: false - author: "mo" + author: "your_author_name" diff --git a/_data/authors.yml b/_data/authors.yml index d7baf5d..0bdbb87 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -1,5 +1,9 @@ # Author details -# http://blog.sorryapp.com/blogging-with-jekyll/2014/02/06/adding-authors-to-your-jekyll-site.html -mo: +# +# 1. Edit information below +# 2. Change author in default settings in config.yml +# +# Ressource › http://blog.sorryapp.com/blogging-with-jekyll/2014/02/06/adding-authors-to-your-jekyll-site.html +your_author_name: name: "Moritz »mo.« Sauer" url: http://mo.phlow.de/ diff --git a/_includes/comments.html b/_includes/comments.html index 0ed16b8..6c5fd08 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -1,5 +1,5 @@ {% if page.comments %} -

{{ site.data.language.comments_headline }}

+

{{ site.data.language.comments_headline }}