forked from iotbzh/DEPRECATED_iotbzh.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
49 lines (39 loc) · 1.15 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
40
41
42
43
44
45
46
47
48
49
## YAML Jeykyll Config
## WARNING: need to restart Jkyll when updated !!!
## -----------------------------------------------
title : Iot.bzh Technical WebDoc
homeurl : https://iotbzh.github.com
editurl : https://github.com/iotbzh/iotbzh.github.io/edit/master
attributions:
author : Fulup Ar Foll
copyright: IoT.bzh
licence : http://www.apache.org/licenses/LICENSE-2.0
home : http://iot.bzh
# usefull internal options
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
toc_levels: "2"
destination: _site
redirects: yes
# place here optionnal gem plugins (need to be installed locally with gem install and present on github)
gems:
- jekyll-redirect-from
- jekyll-sitemap
assets:
js: /statics/js
img: /statics/img
logo: /statics/logo/iotbzh-logo.svg
stamp: /statics/logo/iotbzh-stamp.png
icone: /statics/logo/triskel_iot_bzh.svg
sass:
template : /statics/styles/templates
sass_dir : /statics/styles/sasslib
style: compressed
graph: # ~~~ UML-style-class
def_style: simple
tag_uml : UML
tag_flow : FLOW
debug : false