2017-05-04 12:18:56 +01:00
|
|
|
include: [.well-known]
|
2017-01-04 10:53:21 +00:00
|
|
|
exclude: [bin, vendor, CNAME, Gemfile, Gemfile.lock]
|
2017-03-05 15:25:51 +00:00
|
|
|
|
2017-07-02 15:09:10 +01:00
|
|
|
# Same as GitHub Pages
|
|
|
|
# https://help.github.com/articles/using-jekyll-with-pages#troubleshooting
|
|
|
|
# Disable despite enabled on GitHub Pages for supported plugins to work.
|
|
|
|
# safe: true
|
|
|
|
kramdown:
|
|
|
|
input: GFM
|
|
|
|
hard_wrap: false
|
|
|
|
lsi: false
|
|
|
|
highlighter: rouge
|
|
|
|
|
2017-03-05 15:25:51 +00:00
|
|
|
gems:
|
2017-07-02 15:13:00 +01:00
|
|
|
- jekyll-feed
|
2017-07-02 15:09:10 +01:00
|
|
|
- jekyll-sitemap
|
2017-03-05 15:25:51 +00:00
|
|
|
- jekyll-seo-tag
|