mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
427 B
25 lines
427 B
9 years ago
|
# 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
|
||
|
|