_config.yml 522 B

12345678910111213141516171819202122232425
  1. # will be overwritten by github, see https://help.github.com/articles/using-jekyll-with-pages
  2. safe: true
  3. lsi: false
  4. pygments: true
  5. source: ./
  6. # /overwritten
  7. baseurl: /jszip-utils
  8. layouts: ./documentation/_layouts
  9. permalink: none
  10. exclude: ['bin', 'README.md', 'node_modules']
  11. markdown: redcarpet
  12. redcarpet:
  13. extensions: [
  14. 'no_intra_emphasis',
  15. 'fenced_code_blocks',
  16. 'autolink',
  17. 'strikethrough',
  18. 'superscript',
  19. 'with_toc_data',
  20. 'tables',
  21. 'hardwrap'
  22. ]