From 151b811e66df916082ebbce33b422cf959fe58af Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Wed, 6 Apr 2016 08:25:53 +0200 Subject: [PATCH] Customize configuration files --- Gemfile | 2 ++ _config.yml | 17 ++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 Gemfile diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..8ca5fdb --- /dev/null +++ b/Gemfile @@ -0,0 +1,2 @@ +gem 'github-pages' +source 'https://rubygems.org' \ No newline at end of file diff --git a/_config.yml b/_config.yml index 1c5e5bc..51aab7d 100644 --- a/_config.yml +++ b/_config.yml @@ -6,16 +6,15 @@ # 'jekyll serve'. If you change this file, please restart the server process. # Site settings -title: Your awesome title -email: your-email@domain.com +title: XMPP.DK +email: jesper@graffen.dk description: > # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. + xmpp.dk is a secure, free and public XMPP/Jabber server that allows registration. baseurl: "" # the subpath of your site, e.g. /blog -url: "http://yourdomain.com" # the base hostname & protocol for your site -twitter_username: jekyllrb -github_username: jekyll - +url: "https://xmpp.dk" # the base hostname & protocol for your site +sass: + sass_dir: _sass +include: ['_pages'] # Build settings markdown: kramdown + input: GFM