mirror of
https://github.com/valitydev/gentelella.git
synced 2024-11-06 08:15:17 +00:00
6a6db2ea23
Update also fix some following problem: - Switcher now working - Datatable header fix example is now working - Add missing starrr ratings - Some mobile responsiveness on table.html page
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
|
|
|