-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
38 lines (38 loc) · 961 Bytes
/
_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
---
langs: [fr_FR]
baseurl: "/" # the subpath of your site, e.g. /blog
url: "/" # the base hostname & protocol for your site
sass:
sass_dir: assets/css
style: compressed
markdown: kramdown
permalink: /404.html
kramdown:
input: GFM
hard_wrap: false
highlighter: rouge
gems:
- jekyll-paginate
- jekyll-seo-tag
exclude:
- vendor
plugins:
- jekyll-paginate
- jekyll-seo-tag
title: "Documentations des plugins Nebz"
description: "Ceci est la documentation des plugins créés par Nebz de la solution domotique Jeedom."
author: "Nebz"
image: https://doc.jeedom.com/images/logo.png
twitter:
username: Jeedom_domotic
social:
name: Jeedom
links:
- https://twitter.com/Jeedom_domotic
- https://www.facebook.com/Jeedom-249936178537210/
- https://github.com/jeedom
community: https://community.jeedom.com
market: https://market.jeedom.com
blog: https://blog.jeedom.com
doc: https://doc.jeedom.com
img: "images"