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 }}