From 09a94261bf3c0c6fd47f28e346af3db75a2be900 Mon Sep 17 00:00:00 2001 From: Lukas Himsel Date: Sat, 22 Oct 2016 12:58:21 +0200 Subject: [PATCH] major fixes --- LICENSE | 2 +- _config.yml | 2 ++ atom.xml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 069b743..773452d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 Code for Heilbronn +Copyright (c) 2016 Lukas Himsel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/_config.yml b/_config.yml index 7a4c322..1fc9ffd 100644 --- a/_config.yml +++ b/_config.yml @@ -4,9 +4,11 @@ about: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy location: "Your Region, Country" email: your-email@example.com baseurl: "" +production_url: "http://himsel.me" # replace by your site's url url: "http://himsel.me" # replace by your site's url twitter_username: your-name github_username: your-name +author: "Lukas Himsel" # google analytics tracking code, please change the value g_analytics: "" diff --git a/atom.xml b/atom.xml index 8f5bf9d..647f93d 100644 --- a/atom.xml +++ b/atom.xml @@ -10,8 +10,8 @@ title : Atom Feed {{ site.time | date_to_xmlschema }} {{ site.production_url }} - {{ site.author.name }} - {{ site.author.email }} + {{ site.author }} + {{ site.email }} {% for post in site.posts %}