From 7f0313679d43d0757ab68fbb0d9e5e69ab688d43 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Fri, 15 Apr 2016 14:47:48 +0200 Subject: [PATCH] Customized config file Signed-off-by: Jim Martens --- _config.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..6e69b56 --- /dev/null +++ b/_config.yml @@ -0,0 +1,20 @@ +# Welcome to Jekyll! +# +# This config file is meant for settings that affect your whole blog, values +# which you are expected to set up once and rarely need to edit after that. +# For technical reasons, this file is *NOT* reloaded automatically when you use +# 'jekyll serve'. If you change this file, please restart the server process. + +# Site settings +title: Personal Website +email: github@2martens.de +description: > # this means to ignore newlines until "baseurl:" + On this site you can find my political views and other content + related to me personally. +baseurl: "" # the subpath of your site, e.g. /blog +url: "https://jim.2martens.de" # the base hostname & protocol for your site +twitter_username: 2martens +github_username: frmwrk123 + +# Build settings +markdown: kramdown