1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-30 21:52:05 +02:00
blog/_config.yml

35 lines
756 B
YAML
Raw Normal View History

2013-11-18 01:08:13 +01:00
name: kremalicious
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-23 15:37:55 +01:00
markdown: redcarpet
2013-11-18 01:08:13 +01:00
pygments: true
source: ./_src
destination: ./_site
exclude: ['design', 'node_modules', '_src/assets/less']
2013-11-23 15:37:55 +01:00
keep_files: ['media']
picture:
source: "_media"
output: "media_gen"
markup: "picturefill"
presets:
default:
ppi: [1, 1.5, 2]
attr:
itemprop: "image"
source_medium:
media: "(min-width: 35.556em)"
width: "640"
source_small:
media: "(min-width: 26.667em)"
width: "480"
source_default:
width: "320"