-
Notifications
You must be signed in to change notification settings - Fork 11
/
_config.yml
51 lines (40 loc) · 872 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
39
40
41
42
43
44
45
46
47
48
49
50
51
# Site settings
title: Poppy Project
default_title:
en: "Poppy Project: collaborative ecosystem for robotics"
fr: "Poppy Project : écosystème collaboratif pour la robotique"
description:
en: "Poppy Project description."
fr: "Description du Projet Poppy."
# Build settings
# analytics: true
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable: true
permalink: /:categories/posts/:title
timezone: Europe/Paris
include: [ "_pages" ]
exclude: [
"Rakefile",
"bower_components",
"vendor",
"README.md",
"LICENSE.md",
"CONTRIBUTING.md",
"Gemfile",
"Gemfile.lock"
]
default_lang: en
languages:
- name: English
key: en
- name: Français
key: fr
# Will be overridden by github
github:
repository_url: https://github.com/poppy-project/poppy-project.org
# HTML compression
compress_html:
endings: []
startings: []