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

49 lines
887 B
YAML
Raw Normal View History

2014-05-13 10:47:05 +01:00
name: "wiki.mbirth.de"
description: "All you never wanted to know"
2014-05-09 00:12:33 +01:00
2014-05-23 13:59:02 +01:00
url: "http://wiki.mbirth.de"
2014-05-09 00:12:33 +01:00
2015-02-19 19:17:31 +00:00
permalink: none
2015-02-19 23:39:25 +00:00
paginate: 20
2014-05-09 00:12:33 +01:00
markdown: kramdown
#markdown: redcarpet
2014-05-09 00:12:33 +01:00
markdown_ext: markdown,mkdown,mkdn,mkd,md
#permalink: pretty
2015-02-20 22:04:44 +00:00
2015-02-20 22:09:02 +00:00
# TODO: using rouge via kramdown when GitHub supports it
highlighter: pygments
2014-05-09 00:12:33 +01:00
safe: true
2015-02-20 19:19:44 +00:00
lsi: false
encoding: "utf-8"
timezone: "Europe/Berlin"
2014-05-09 00:12:33 +01:00
github:
project_title: "Wiki"
project_tagline: "Experimental Wiki with Jekyll"
2015-02-17 21:50:18 +00:00
gems:
2015-02-19 10:05:22 +00:00
- jemoji
- jekyll-sitemap
2015-02-25 00:50:01 +00:00
- jekyll-redirect-from
2015-02-17 21:50:18 +00:00
2014-05-09 00:12:33 +01:00
redcarpet:
extensions: ["autolink", "tables", "no_intra_emphasis"]
kramdown:
input: GFM
2015-02-20 22:04:44 +00:00
hard_wrap: false
syntax_highlighter: rouge
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts" # "post" for Jekyll <=2.2
values:
language: en