diff options
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 |
