From 52a399e31fa977ed624d9b7b601860509cf81237 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 26 Dec 2014 22:20:14 +0100 Subject: [PATCH] Add humans.txt --- _config.yml | 6 ++++-- _includes/head.html | 3 +++ humans.txt | 12 ++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 humans.txt diff --git a/_config.yml b/_config.yml index d6194aa..469ca28 100644 --- a/_config.yml +++ b/_config.yml @@ -8,16 +8,18 @@ relative_permalinks: true # Setup title: tail call -tagline: 'Ramblings in software development' +tagline: Ramblings in software development description: The ramblings of a 25-year-old software developer from Germany. url: https://blog.kempkens.io hub_url: https://kempkens.superfeedr.com baseurl: / author: - name: 'Daniel Kempkens' + name: Daniel Kempkens + location: Wassenberg, North Rhine-Westphalia, Germany url: https://kempkens.io email: daniel+blog@kempkens.io + twitter: '@nifoc_' paginate: 5 diff --git a/_includes/head.html b/_includes/head.html index 0dc6087..c6503f6 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -26,6 +26,9 @@ + + + {% if page.category == "posts" %} diff --git a/humans.txt b/humans.txt new file mode 100644 index 0000000..4f5abdf --- /dev/null +++ b/humans.txt @@ -0,0 +1,12 @@ +--- +layout: null +--- +/* TEAM */ +Author: {{ site.author.name }} +Contact: {{ site.author.email }} +Twitter: {{ site.author.twitter }} +From: {{ site.author.location }} + +/* SITE */ +Last update: {{ site.time | date: '%Y/%m/%d' }} +Software: Jekyll, MacVim