1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00
blog/_config.yml

75 lines
1.3 KiB
YAML
Raw Normal View History

2013-11-24 19:15:34 +01:00
#
# Home: /
# About Page: /about/
# Archive Page: /archive/
# Pagination: /page/N/
# Post: /post/post-slug/
# RSS Feed: /feed.xml
#
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"
category_dir: "/"
category_title_prefix: ""
2013-11-20 23:33:58 +01:00
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-12-04 22:52:05 +01:00
redcarpet:
extensions: ['autolink', 'smart']
2013-11-24 00:19:19 +01:00
# Generator
# --------------------
2013-11-18 01:08:13 +01:00
source: ./_src
2013-11-30 04:10:58 +01:00
destination: ./generated
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:
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"