brew/docs/_config.yml
Mike McQuaid 72c24b9498 docs: Add sitemap.xml, robots.txt.
Also, while we're here, cleanup the favicon and apple-touch-icon
duplication mess.
2017-07-02 15:09:26 +01:00

17 lines
378 B
YAML

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:
- jekyll-sitemap
- jekyll-seo-tag