-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_config.yml
69 lines (62 loc) · 1.35 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
name: Chocanto
paginate: 5
url: "http://chocanto.me"
github-url: "https://github.com/Chocanto/chocanto.me"
base-url: ""
github-default-branch: "/edit/master/"
ga: "UA-71881194-1"
sass:
style: compressed
timezone: Europe/Paris
defaults:
-
scope:
path: ""
values:
author: "Anthony Granger"
layout: post
lang: en
base-url: "/"
-
scope:
path: fr
values:
lang: fr
base-url: "/fr/"
gems: [
"jekyll-paginate",
"github-pages",
"jekyll-sitemap"
]
# For travis
exclude: [vendor]
# Value to use into url per language
langs-value:
en: ""
fr: fr
# Translation
t:
home:
en: "Home"
fr: "Accueil"
project:
en: "Project"
fr: "Projets"
about-me:
en: "About me"
fr: "À propos"
contact:
en: "Contact"
fr: "Contact"
subtitle:
en: "My very own part of the Internet"
fr: "Ma propre parcelle d'Internet"
footer-article:
en: "Found a mistake, or just want to add your words to this post ?"
fr: "Vous avez trouvé une erreur ou souhaitez juste ajouter votre grain de sel ?"
fork:
en: "Fork it on github"
fr: "Éditer sur github"
desc:
en: "My personnal website. Anthony Granger"
fr: "Mon site personnel. Anthony Granger"