From 1cee24fe2365b4a41fe6735446c8066be559f019 Mon Sep 17 00:00:00 2001 From: Konsta 'sooda' Hölttä Date: Sat, 27 May 2017 14:49:38 +0300 Subject: initial commit: ripoff from gt-web there's still a bunch of useless css things but norri will deal with it --- _config.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _config.yml (limited to '_config.yml') diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..d9a992f --- /dev/null +++ b/_config.yml @@ -0,0 +1,21 @@ +# 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: Automaatio- ja systeemitekniikan kilta +email: hallitus@as.fi +description: > # this means to ignore newlines until "baseurl:" + hilipatipimppa +url: "http://as.fi" # the base hostname & protocol for your site + +# Build settings +markdown: kramdown + +# Exclude project files from build +exclude: ['README.md', 'Gemfile.lock', 'Gemfile'] + +lang: fi -- cgit v1.3