1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 01:58:50 +02:00
blog/_config.yml

136 lines
2.8 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-slug/
# RSS Feed: /feed/
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'
2014-09-02 21:33:56 +02:00
url: https://kremalicious.com
author:
name: Matthias Kretschmann
email: m@kretschmann.io
uri: http://kretschmann.io
2015-06-26 22:54:26 +02:00
twitter: kremalicious
facebook: matthiaskretschmann
googleplus: +MatthiasKretschmann
2014-09-06 14:37:39 +02:00
2013-11-24 00:19:19 +01:00
# Urls
# --------------------
2014-08-31 18:24:01 +02:00
permalink: /:title/
2015-05-31 22:23:58 +02: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
2014-08-10 00:02:31 +02:00
highlighter: rouge
2013-11-18 01:08:13 +01:00
2013-12-04 22:52:05 +01:00
redcarpet:
2014-08-09 23:37:05 +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
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
2014-08-09 23:07:07 +02:00
# Plugins
# --------------------
gems:
- jekyll-sitemap
- jekyll-redirect-from
2015-04-17 20:55:04 +02:00
- jekyll-picture-tag
2015-06-07 21:54:32 +02:00
- jekyll-archives
2014-08-09 23:07:07 +02:00
2015-06-07 22:15:03 +02:00
# jekyll-archives
# --------------------
jekyll-archives:
enabled:
- categories
- tags
layout: 'archive'
permalinks:
tag: '/tag/:name/'
category: '/:name/'
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]
2015-08-20 20:06:14 +02:00
source_large:
media: "(min-width: 87.500em)"
width: "1000"
2013-11-23 15:37:55 +01:00
source_medium:
2015-08-20 20:06:14 +02:00
media: "(min-width: 40.625em)"
width: "800"
2013-11-23 15:37:55 +01:00
source_small:
2015-08-20 20:06:14 +02:00
media: "(min-width: 30em)"
width: "600"
2014-07-02 12:58:02 +02:00
source_default:
2015-08-20 20:06:14 +02:00
width: "400"
phototeaser:
ppi: [1, 2]
source_large:
media: "(min-width: 87.500em)"
width: "1000"
height: "600"
source_medium:
media: "(min-width: 40.625em)"
width: "800"
height: "500"
source_small:
media: "(min-width: 30em)"
width: "600"
height: "400"
source_default:
width: "400"
height: "200"
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"
2015-08-20 20:06:14 +02:00
source_medium:
media: "(min-width: 40.625em)"
width: "275"
source_small:
media: "(min-width: 30em)"
width: "160"
2014-07-02 12:58:02 +02:00
source_default:
2015-08-20 20:06:14 +02:00
width: "480"
photothumb:
ppi: [1, 2]
attr:
class: "related-image"
itemprop: "image"
source_default:
width: "190"
height: "190"