-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
56 lines (51 loc) · 1.66 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
# Site settings
title: ~rom1v/blog
description: Un blog libre
tagline: "{ un blog libre }"
url: "https://blog.rom1v.com"
assets: /assets
paginate: 10
comments_form: false
# Build settings
markdown: kramdown
permalink: /:year/:month/:title/
author:
name: Romain Vimont
email: [email protected]
plugins: [jekyll-paginate]
defaults:
- scope:
type: posts
values:
lang: fr
l10n:
fr:
comments: 'Commentaires'
comments-closed: 'Les commentaires sont fermés.'
comment-post: 'Poster un commentaire'
comment-name: 'Nom'
comment-email: 'E-mail'
comment-url: 'Site web'
comment-question: 'Quelle est la 3e lettre du mot <code>blog</code> ?'
comment-required: 'requis'
comment-optional: 'optionnel'
comment-not-published: 'non publié'
comment-antispam: 'antispam'
comment-notice: 'Les commentaires sont formatés en <a href="https://daringfireball.net/projects/markdown/syntax/">markdown</a>.'
comment-send: 'Envoyer'
translation-available: '(également disponible en <a href="%url">français</a>)'
en:
comments: 'Comments'
comments-closed: 'Comments are closed.'
comment-post: 'Post a comment'
comment-name: 'Name'
comment-email: 'E-mail'
comment-url: 'Website'
comment-question: 'What is the 3rd letter of the word <code>blog</code>?'
comment-required: 'required'
comment-optional: 'optional'
comment-not-published: 'non published'
comment-antispam: 'antispam'
comment-notice: 'Comments are formatted in <a href="https://daringfireball.net/projects/markdown/syntax/">markdown</a>.'
comment-send: 'Send'
translation-available: '(also available in <a href="%url">English</a>)'