Skip to content

Commit 94b6e73

Browse files
Update _config.yml
1 parent 1f6a375 commit 94b6e73

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

docs/_config.yml

+63
Original file line numberDiff line numberDiff line change
@@ -1 +1,64 @@
1+
# Configurations
2+
title: Reseaux Eaux
3+
longtitle: Jekyll Gitbook
4+
description: >
5+
Build Jekyll site with the GitBook style.
6+
7+
version: 1.0
8+
gitbook_version: 3.2.3
9+
10+
url: 'https://cingfr.github.io'
11+
baseurl: '/Reseaux-eaux'
12+
rss: RSS
13+
14+
# bootstrap: use the remote theme for the site itself
115
remote_theme: sighingnow/jekyll-gitbook
16+
17+
toc:
18+
enabled: true
19+
h_min: 1
20+
h_max: 3
21+
22+
# customize the link favicon in header, will be {{site.baseurl}}/{{site.favicon_path}}
23+
favicon_path: /assets/gitbook/images/favicon.ico
24+
25+
# markdown render engine.
26+
markdown: kramdown
27+
kramdown:
28+
auto_ids: true
29+
input: GFM
30+
math_engine: mathjax
31+
smart_quotes: lsquo,rsquo,ldquo,rdquo
32+
toc_levels: 1..6
33+
syntax_highlighter: rouge
34+
syntax_highlighter_opts:
35+
guess_lang: true
36+
37+
syntax_highlighter_style: colorful
38+
39+
markdown_ext: markdown,mkdown,mkdn,mkd,md
40+
41+
# Permalinks
42+
permalink: /:categories/:year-:month-:day-:title:output_ext
43+
44+
# Disqus comments
45+
# disqushandler: sighingnow
46+
47+
exclude:
48+
- _drafts
49+
50+
collections:
51+
pages:
52+
output: true
53+
permalink: /:collection/:path/
54+
55+
page_width: 800px
56+
57+
destination: ./_site
58+
incremental: false
59+
regenerate: true
60+
61+
plugins:
62+
- jekyll-feed
63+
- jekyll-readme-index
64+
- jemoji

0 commit comments

Comments
 (0)