File: _config.yml

package info (click to toggle)
node-jszip 3.10.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,296 kB
  • sloc: javascript: 5,941; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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