forked from brouette-labs/blog.brouette-labs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
101 lines (91 loc) · 1.88 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# SITE CONFIGURATION
title: Brouette Labs
description: Brouette Labs
url: https://brouette-labs.com
twitter:
username: Brouette_Labs
logo: /img/avatar.png
social:
name: Brouette Labs
links:
- https://twitter.com/Brouette_Labs
- https://github.com/brouette-labs
baseurl: ""
# LANGUAGE-SPECIFIC CONFIGURATION
default_lang: fr
languages: ["fr", "en"]
exclude_from_localizations: ["authors", "css", "fonts", "img", "js"]
localized_posts_dir: _posts
# THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
# title: Eleven Labs - Le Blog
brand : Brouette Labs
gravatar:
description: A website with blog posts and pages
# Header and footer
header_text_bg_image: /img/bg-header.png
footer_text: Une blog, une brouette
# Icons
rss: /feed.xml
email_address:
behance:
bitbucket:
dribbble:
facebook:
flickr:
github: brouette-labs
google_plus:
instagram:
linkedin:
pinterest:
reddit:
soundcloud:
stack_exchange:
steam:
tumblr:
twitter: Brouette_Labs
wordpress:
youtube:
corporate:
corporate_logo:
# Scripts
google_analytics: UA-99013054-5
disqus_shortname: blog_brouette_labs
muut_community_name:
# Post navigation
post_navigation: false
# Share button
share_button: true
# PAGINATION
paginate: 10
paginate_path: "/page/:num/"
# BUILD SETTINGS
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
plugins:
- jekyll-paginate
- jekyll-multiple-languages-plugin
- jekyll-seo-tag
- algoliasearch-jekyll
- jekyll-feed
- amp-jekyll
- uglifier
exclude:
- CNAME
- CODE_OF_CONDUCT.md
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- Rakefile
- _authors/TEMPLATE-AUTOR
- bin
- vendor
- docker-compose.yml
collections:
authors:
output: true