Implemented URL query parsing for initial token /opa/?token=abcde
[src/app-framework-demo.git] / afb-client / bower_components / jszip / _config.yml
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
8 baseurl: /jszip
9
10 layouts: ./documentation/_layouts
11 permalink: none
12 exclude: ['bin', 'README.md', 'node_modules']
13
14 markdown: redcarpet
15 redcarpet:
16     extensions: [
17         'no_intra_emphasis',
18         'fenced_code_blocks',
19         'autolink',
20         'strikethrough',
21         'superscript',
22         'with_toc_data',
23         'tables',
24         'hardwrap'
25     ]