# will be overwritten by github, see https://help.github.com/articles/using-jekyll-with-pages
lsi: false
safe: true
source: ./
incremental: false
highlighter: rouge
gist:
noscript: false
# /overwritten
baseurl: /jszip
layouts_dir: ./documentation/_layouts
permalink: none
exclude: ['bin', 'README.md', 'node_modules']
kramdown:
input: GFM
hard_wrap: false
gems:
- jekyll-coffeescript
- jekyll-paginate
|