-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
44 lines (35 loc) · 822 Bytes
/
_config.yml
File metadata and controls
44 lines (35 loc) · 822 Bytes
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
---
langs: [fr_FR, en_US]
baseurl: "/plugins-docs"
url: "/"
sass:
sass_dir: assets/css
style: compressed
markdown: kramdown
permalink: /404.html
kramdown:
input: GFM
hard_wrap: false
highlighter: rouge
exclude:
- vendor
plugins:
- jekyll-paginate
- jekyll-seo-tag
# Site info
title: "Limad44 Plugins Documentations"
description: "Documentation des plugins créés par Limad44 pour la solution domotique Jeedom."
author: "Limad44"
image: https://www.jeedom.com/site/logo.png
# Jeedom URLs
www: https://www.jeedom.com/
blog: https://blog.jeedom.com/
forum: https://community.jeedom.com
market: https://market.jeedom.com
doc: https://doc.jeedom.com/
# Default pluginId for the home/list page (used by pluginlist layout)
defaults:
- scope:
path: "index.md"
values:
pluginId: "limad44"