1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00
wiki.mbirth.de/_config.yml
2015-02-20 23:04:44 +01:00

39 lines
627 B
YAML

name: "wiki.mbirth.de"
description: "All you never wanted to know"
url: "http://wiki.mbirth.de"
permalink: none
paginate: 20
markdown: kramdown
#markdown: redcarpet
markdown_ext: markdown,mkdown,mkdn,mkd,md
#permalink: pretty
# using rouge via kramdown
#highlighter: pygments
safe: true
lsi: false
encoding: "utf-8"
timezone: "Europe/Berlin"
github:
project_title: "Wiki"
project_tagline: "Experimental Wiki with Jekyll"
gems:
- jemoji
- jekyll-sitemap
redcarpet:
extensions: ["autolink", "tables", "no_intra_emphasis"]
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge