2013-11-18 01:08:13 +01:00
|
|
|
name: kremalicious
|
2013-11-21 21:15:26 +01:00
|
|
|
description: 'Blog of designer & developer Matthias Kretschmann'
|
2013-11-20 23:33:58 +01:00
|
|
|
url: http://kremalicious.com
|
|
|
|
author: Matthias Kretschmann
|
|
|
|
|
2013-11-18 01:08:13 +01:00
|
|
|
permalink: /:title
|
|
|
|
relative_permalinks: true
|
2013-11-20 23:33:58 +01:00
|
|
|
paginate: 10
|
|
|
|
paginate_path: "/page/:num"
|
|
|
|
|
2013-11-18 01:08:13 +01:00
|
|
|
markdown: redcarpet
|
|
|
|
pygments: true
|
|
|
|
|
|
|
|
source: ./_src
|
|
|
|
destination: ./_site
|
2013-11-19 00:15:18 +01:00
|
|
|
exclude: ['design', 'node_modules', '_src/assets/less']
|
|
|
|
keep_files: ['media']
|