2015-02-11 12:14:22 +00:00
|
|
|
# Site settings
|
2017-01-03 13:41:41 +00:00
|
|
|
title: graffen.dk
|
2015-02-11 12:21:14 +00:00
|
|
|
email: jesper@graffen.dk
|
2015-02-11 12:14:22 +00:00
|
|
|
description: > # this means to ignore newlines until "baseurl:"
|
2017-01-03 13:41:41 +00:00
|
|
|
My crypto keys and other stuff.
|
2015-02-11 12:14:22 +00:00
|
|
|
baseurl: "" # the subpath of your site, e.g. /blog/
|
|
|
|
|
|
|
|
# Build settings
|
|
|
|
markdown: kramdown
|
2016-11-11 12:21:05 +00:00
|
|
|
exclude:
|
|
|
|
- node_modules
|
|
|
|
- Gemfile*
|
|
|
|
- gulpfile.js
|
|
|
|
- package.json
|
|
|
|
- README.md
|