-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
79 lines (72 loc) · 2.18 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title:
en: Your awesome title
fr: Votre titre génial
email: [email protected]
description:
en: Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
fr: Écrivez une super description de votre nouveau site ici. Vous pouvez modifier cette ligne dans _config.yml. Elle apparaîtra dans la balise meta description (pour les résultats sur Google) et dans le fil RSS feed.xml.
index:
en:
fr: accueil.html
feed:
en: /feed.xml
fr: /flux.xml
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://multilingual-sylvain.netlify.com" # the base hostname & protocol for your site
twitter_username: jekyllrb
github_username: jekyll
# Where things are
# Collections
collections:
lorem-ipsum-project-en:
type: "section"
lorem-ipsum-project-fr:
type: "section"
# Site defaults frontmatters
defaults:
-
scope:
path: "/" # an empty string here means all files in the project
type: "pages" # previously `page` in Jekyll 2.2.
values:
layout: "page" # overrides previous default layout
title: "jekyll page"
permalink:
ref: ref
lang: en
-
scope:
path: "" # an empty string here means all files in the project
type: "posts"
values:
layout: "post"
author: "Mr. Hyde"
title: "jekyll post"
ref: ref
date: 2016-02-29 09:48:44 +0100
categories: jekyll update
lang: en
-
scope:
path: "" # an empty string here means all files in the project
type: "section"
values:
order: 1
include: projecte/hero.html
titol_seccio: "Projecte"
# Build settings
markdown: kramdown
theme: minima
gems:
- jekyll-feed
- jekyll-paginate
exclude:
- Gemfile
- Gemfile.lock