_config.yml 427 B

123456789101112131415161718192021222324
  1. # will be overwritten by github, see https://help.github.com/articles/using-jekyll-with-pages
  2. lsi: false
  3. safe: true
  4. source: ./
  5. incremental: false
  6. highlighter: rouge
  7. gist:
  8. noscript: false
  9. # /overwritten
  10. baseurl: /jszip
  11. layouts_dir: ./documentation/_layouts
  12. permalink: none
  13. exclude: ['bin', 'README.md', 'node_modules']
  14. kramdown:
  15. input: GFM
  16. hard_wrap: false
  17. gems:
  18. - jekyll-coffeescript
  19. - jekyll-paginate