diff options
| author | Konsta 'sooda' Hölttä <sooda@iki.fi> | 2017-05-27 14:49:38 +0300 |
|---|---|---|
| committer | Konsta 'sooda' Hölttä <sooda@iki.fi> | 2017-05-27 14:49:38 +0300 |
| commit | 1cee24fe2365b4a41fe6735446c8066be559f019 (patch) | |
| tree | 273d37368b537d4e0be02eb40b47b6913da1232f /_config.yml | |
initial commit: ripoff from gt-web
there's still a bunch of useless css things but norri will deal with it
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 21 |
1 files changed, 21 insertions, 0 deletions
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 |
