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

62 lines
1.1 KiB
YAML
Raw Normal View History

2013-11-24 00:19:19 +01:00
# Basics
# --------------------
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-24 00:19:19 +01:00
# Urls
# --------------------
permalink: /post/:title
2013-11-18 01:08:13 +01:00
relative_permalinks: true
2013-11-20 23:33:58 +01:00
paginate: 10
paginate_path: "/page/:num"
2013-11-24 00:19:19 +01:00
# Content Parsing
# --------------------
2013-11-23 15:37:55 +01:00
markdown: redcarpet
2013-11-18 01:08:13 +01:00
pygments: true
2013-11-24 00:19:19 +01:00
# Generator
# --------------------
2013-11-18 01:08:13 +01:00
source: ./_src
destination: ./_site
exclude: ['design', 'node_modules', 'less']
2013-11-23 21:53:52 +01:00
keep_files: ['media', 'gen']
2013-11-23 15:37:55 +01:00
2013-11-24 00:19:19 +01:00
# jekyll-picture-tag
# --------------------
2013-11-23 15:37:55 +01:00
picture:
source: "_media"
output: "media/gen"
2013-11-23 15:37:55 +01:00
markup: "picturefill"
presets:
default:
ppi: [1, 1.5]
2013-11-23 15:37:55 +01:00
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"
featured:
ppi: [1, 1.5]
attr:
class: "featured-image"
itemprop: "image"
source_default:
width: "190"