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

77 lines
1.6 KiB
YAML
Raw Normal View History

2014-07-02 12:58:02 +02: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
2014-07-02 12:58:02 +02: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
2013-12-09 23:46:10 +01:00
paginate: 15
2013-12-09 23:29:19 +01:00
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
2014-07-02 12:58:02 +02:00
markdown: redcarpet
pygments: true
2013-11-18 01:08:13 +01:00
2013-12-04 22:52:05 +01:00
redcarpet:
2014-07-10 17:40:55 +02:00
extensions: ['autolink', 'smart', 'hard_wrap']
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
2013-12-11 21:14:17 +01:00
destination: ./_site
2014-07-12 02:07:09 +02:00
exclude: ['styl', 'app.js']
2013-12-09 23:29:19 +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"
2014-07-02 13:56:42 +02:00
markup: "picture"
2013-11-23 15:37:55 +01:00
presets:
default:
ppi: [1, 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"
2014-07-02 12:58:02 +02:00
source_default:
width: "320"
2014-07-12 21:22:47 +02:00
featured:
ppi: [1, 2]
attr:
2014-07-12 21:22:47 +02:00
class: "featured-image"
itemprop: "image"
2014-07-02 12:58:02 +02:00
source_default:
width: "190"