mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
structure _config
This commit is contained in:
parent
c99c6edfeb
commit
cbf175568d
20
_config.yml
20
_config.yml
@ -1,21 +1,41 @@
|
|||||||
|
|
||||||
|
# Basics
|
||||||
|
# --------------------
|
||||||
|
|
||||||
name: kremalicious
|
name: kremalicious
|
||||||
description: 'Blog of designer & developer Matthias Kretschmann'
|
description: 'Blog of designer & developer Matthias Kretschmann'
|
||||||
url: http://kremalicious.com
|
url: http://kremalicious.com
|
||||||
author: Matthias Kretschmann
|
author: Matthias Kretschmann
|
||||||
|
|
||||||
|
|
||||||
|
# Urls
|
||||||
|
# --------------------
|
||||||
|
|
||||||
permalink: /post/:title
|
permalink: /post/:title
|
||||||
relative_permalinks: true
|
relative_permalinks: true
|
||||||
paginate: 10
|
paginate: 10
|
||||||
paginate_path: "/page/:num"
|
paginate_path: "/page/:num"
|
||||||
|
|
||||||
|
|
||||||
|
# Content Parsing
|
||||||
|
# --------------------
|
||||||
|
|
||||||
markdown: redcarpet
|
markdown: redcarpet
|
||||||
pygments: true
|
pygments: true
|
||||||
|
|
||||||
|
|
||||||
|
# Generator
|
||||||
|
# --------------------
|
||||||
|
|
||||||
source: ./_src
|
source: ./_src
|
||||||
destination: ./_site
|
destination: ./_site
|
||||||
exclude: ['design', 'node_modules', 'less']
|
exclude: ['design', 'node_modules', 'less']
|
||||||
keep_files: ['media', 'gen']
|
keep_files: ['media', 'gen']
|
||||||
|
|
||||||
|
|
||||||
|
# jekyll-picture-tag
|
||||||
|
# --------------------
|
||||||
|
|
||||||
picture:
|
picture:
|
||||||
source: "_media"
|
source: "_media"
|
||||||
output: "media/gen"
|
output: "media/gen"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user