mirror of https://github.com/ColorlibHQ/gentelella
25 lines
427 B
YAML
25 lines
427 B
YAML
|
# 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
|
||
|
|