mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +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
|
||||
description: 'Blog of designer & developer Matthias Kretschmann'
|
||||
url: http://kremalicious.com
|
||||
author: Matthias Kretschmann
|
||||
|
||||
|
||||
# Urls
|
||||
# --------------------
|
||||
|
||||
permalink: /post/:title
|
||||
relative_permalinks: true
|
||||
paginate: 10
|
||||
paginate_path: "/page/:num"
|
||||
|
||||
|
||||
# Content Parsing
|
||||
# --------------------
|
||||
|
||||
markdown: redcarpet
|
||||
pygments: true
|
||||
|
||||
|
||||
# Generator
|
||||
# --------------------
|
||||
|
||||
source: ./_src
|
||||
destination: ./_site
|
||||
exclude: ['design', 'node_modules', 'less']
|
||||
keep_files: ['media', 'gen']
|
||||
|
||||
|
||||
# jekyll-picture-tag
|
||||
# --------------------
|
||||
|
||||
picture:
|
||||
source: "_media"
|
||||
output: "media/gen"
|
||||
|
Loading…
Reference in New Issue
Block a user