1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-14 17:15:18 +01:00
blog/_config.yml

77 lines
1.8 KiB
YAML
Raw Normal View History

2014-07-02 12:58:02 +02:00
#
2013-12-09 23:29:19 +01:00
# Home: /
# 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
2017-09-21 17:30:30 +02:00
uri: https://matthiaskretschmann.com
2015-06-26 22:54:26 +02:00
twitter: kremalicious
2017-11-25 17:34:43 +01:00
github: kremalicious
2015-06-26 22:54:26 +02:00
facebook: matthiaskretschmann
googleplus: +MatthiasKretschmann
2016-04-28 23:23:07 +02:00
bitcoin: 171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V
2017-09-21 16:40:26 +02:00
ether: "0x339dbC44d39bf1961E385ed0Ae88FC6069b87Ea1"
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: ""
2017-07-23 20:40:33 +02:00
media_url: "https://res.cloudinary.com/kremalicious"
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
2013-11-18 01:08:13 +01:00
2013-12-04 22:52:05 +01:00
redcarpet:
2016-10-03 22:16:46 +02:00
extensions: ['no_intra_emphasis', 'autolink', 'tables', 'smart', 'hard_wrap', 'fenced_code_blocks', 'strikethrough', 'highlight', 'quote', 'footnotes', 'with_toc_data', 'space_after_headers', 'superscript', 'lax_spacing']
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
2017-07-23 20:40:33 +02:00
keep_files: ['media']
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
# --------------------
2017-07-27 00:36:07 +02:00
plugins:
2014-08-09 23:07:07 +02:00
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-paginate
2015-10-31 19:54:59 +01:00
- jekyll-archives
2015-06-07 22:15:03 +02:00
# jekyll-archives
# --------------------
jekyll-archives:
2015-10-31 19:54:59 +01:00
enabled:
- categories
- tags
layout: 'archive'
permalinks:
tag: '/tag/:name/'
category: '/:name/'