-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
76 lines (65 loc) · 1.16 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
title: "L'Atelier des Médias"
url: "https://www.atelier-medias.org"
description: "Le 1er espace de coworking Lyonnais associatif"
lang: fr
locale: fr_FR
liquid:
error_mode: strict
strict_filters: true
twitter:
username: coworkinglyon
facebook:
page: Coworkinglyon
app_id: 106737945179435
linkedin:
page: "l-atelier-des-m%C3%A9dias-coworking-lyon"
instagram:
username: "atelierdesmedias_lyon"
exclude:
- README.md
- Makefile
- Rakefile
- "*.rb"
- .github
- "*.orig"
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate-v2
favicon:
source: /assets/favicon.svg
collections:
formulas:
output: true
coworkers:
output: true
events:
output: true
posts:
output: true
permalink: /blog/:title
pagination:
enabled: true
per_page: 8
permalink: "/:num/"
title: ":title"
limit: 0
sort_field: "date"
sort_reverse: true
trail:
before: 2
after: 2
autopages:
enabled: true
tags:
enabled: false
categories:
layouts:
- autopage_categories.html
enabled: true
permalink: "/blog/category/:cat"
slugify:
mode: "default"
collections:
enabled: false