From 021cfb3dadb8ab5ec885c6df90576c77d511ba0b Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 14 Jan 2015 10:44:30 +0200 Subject: [PATCH] _config.yml: try to be more sane change jekyll to webiste, add small description and uncomment twitter/github username. --- _config.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 3b816a6..85cfc33 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,13 @@ # Site settings -title: Mikaela's Jekyll +title: Mikaela's website description: > # this means to ignore newlines until "baseurl:" - Insert good description here! + This site includes my blog, public keys and information on finding me + at IRC. There are also links to my different profiles and what possibly + more interesting subdomains there are. baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://mikaela.info" # the base hostname & protocol for your site -#twitter_username: Mkaysi -#github_username: Mikaela +twitter_username: Mkaysi +github_username: Mikaela # Build settings markdown: redcarpet