forked from JabRef/user-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
39 lines (32 loc) · 1 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
port: 4000
host: localhost
safe: false
### site serving configuration ###
#serve .md files without trailing slash
permalink: /:categories/:title
exclude: [CNAME, README.md, .gitignore, vendor]
include: ['de/', 'en/', 'fr/', 'in/', 'ja/']
timezone: null
lsi: false
google_analytics_key: UA-74055103-1 ## put YOUR key here to enable tracking! (blank to disable)
favicon: /jabref.ico #put a path like: "img/favicon.ico"
gems:
- jekyll-sitemap
#pygments is not supported by GitHub. See https://help.github.com/articles/page-build-failed-config-file-error/#fixing-highlighting-errors
#See also https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0
#We have to use rouge
#http://idratherbewriting.com/2016/02/21/bug-with-kramdown-and-rouge-with-github-pages/
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
syntax_highlighter: rouge
sass:
sass_dir: _sass
defaults:
-
scope:
path: "" # empty string for all files
values:
layout: "default"