blob: 210d0b0d40a6a3a07e623b535694116b65cc2436 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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-feed
- jekyll-sitemap
- jekyll-seo-tag
|