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

77 lines
1.6 KiB
YAML
Raw Normal View History

2013-11-24 19:15:34 +01:00
#
2013-12-09 23:29:19 +01:00
# Home: /
# About Page: /about/
# Archive Page: /archive/
# Pagination: /page/N/
# Post: /post/post-slug/
# RSS Feed: /feed.xml
2013-11-24 19:15:34 +01:00
#
2013-11-24 00:19:19 +01:00
# Basics
# --------------------
2013-12-09 23:29:19 +01:00
name: kremalicious
description: 'Blog of designer & developer Matthias Kretschmann'
url: http://kremalicious.com
author: Matthias Kretschmann
email: m@kretschmann.io
2013-11-20 23:33:58 +01:00
2013-11-24 00:19:19 +01:00
# Urls
# --------------------
2013-12-09 23:29:19 +01:00
permalink: /:title
relative_permalinks: true
paginate: 10
paginate_path: "/page/:num"
category_dir: "/"
category_title_prefix: ""
2013-11-20 23:33:58 +01:00
2013-11-24 00:19:19 +01:00
# Content Parsing
# --------------------
2013-12-09 23:29:19 +01:00
future: false
markdown: redcarpet
pygments: true
2013-11-18 01:08:13 +01:00
2013-12-04 22:52:05 +01:00
redcarpet:
2013-12-09 23:29:19 +01:00
extensions: ['autolink', 'smart']
2013-12-04 22:52:05 +01:00
2013-11-24 00:19:19 +01:00
# Generator
# --------------------
2013-12-09 23:29:19 +01:00
source: ./_src
destination: ./generated
exclude: ['node_modules', 'less', 'app.js']
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:
2013-11-24 01:05:20 +01:00
ppi: [1, 1.5, 2]
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"
2013-12-01 18:40:48 +01:00
sticky:
2013-11-24 01:05:20 +01:00
ppi: [1, 1.5, 2]
attr:
2013-12-01 18:40:48 +01:00
class: "sticky-image"
itemprop: "image"
source_default:
width: "190"