brew/docs/_config.yml

18 lines
394 B
YAML
Raw Normal View History

2017-05-04 12:18:56 +01:00
include: [.well-known]
exclude: [bin, vendor, CNAME, Gemfile, Gemfile.lock]
# 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
gems:
2017-07-02 15:13:00 +01:00
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag