-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
94 lines (83 loc) · 2.08 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
locale: "fr"
title: 'Vivre Végé Grenoble' # Title of your site
url: "https://www.vivre-vege-grenoble.fr" # the base hostname & protocol for your site
baseurl: "" # the subpath of your site, e.g. /blog/
disqus:
shortname: vivre-vege-grenoble
google:
api_key: AIzaSyBtAKkpa7bQmyBnu28YDuOFwPMvdu0-Ak0
facebook:
app_id: 1025531304247709
faune_guide_link: https://ub.stream/aune/selection/c34a2bed-c641-4ebd-832e-aeb873a7e90c/share/index.html?l=fr&token=cff460b5-5e29-447e-ab83-bea1410adfd4
# Default description in social shares for the jekyll-seo-tag gem
description: > # this means to ignore newlines until "baseurl:"
Vivre Végé Grenoble est un répertoire de lieux - restaurants - adaptés aux personnes
végétariennes, végétaliennes et véganes.
# Author details for the jekyll-seo-tag gem
author:
name: Nicolas Florentin
email: [email protected]
# twitter: # twitter username without the @ symbol
# Social details for the jekyll-seo-tag gem
social:
name: Strata Reloaded Template
links:
- https://github.com/comfusion/strata-reloaded-jekyll-template
permalink: pretty
include: ["_pages"]
plugins:
- "jekyll-feed"
- "jekyll-seo-tag"
- "jekyll-paginate"
- "jekyll-sitemap"
# Jekyll SEO Tag
webmaster_verifications:
google: # 1234
bing: # 1234
alexa: # 1234
yandex: # 1234
# -----------
# CloudCannon
# social_icons:
# - Facebook
# - Google Plus
# - Instagram
# - LinkedIn
# - Pinterest
# - Tumblr
# - Twitter
# - YouTube
# - RSS
collections:
my_categories:
output: true
permalink: /categories/:name/
my_tags:
output: true
permalink: /tags/:name/
defaults:
-
scope:
path: ""
values:
image: /images/bg.jpg
-
scope:
path: "" # an empty string here means all files in the project
type: "posts" # previously `post` in Jekyll 2.2.
values:
layout: "post"
comments: true
#sitemap: false
-
scope:
path: ""
type: "my_categories"
values:
comments: true
-
scope:
path: ""
type: "my_tags"
values:
layout: "by_tag"