-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
101 lines (92 loc) · 2.22 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
95
96
97
98
99
100
101
# Website title & description (the description is used in the HTML <head>, read by Google and co)
title: Thomas Robert
description: ""
# Your personal infos (used for the sidebar)
author:
# Site title
name: Thomas Robert
description: ""
photo: /data/images/photo.jpg
logo: /data/images/logo.png
# Contacts
email: [email protected]
twitter: ThomasR_Fr
linkedin: thomasrobertfr
github: ThomasRobertFr
# Technical setup
baseurl: "" # url of your webpage if not at the root of the domain (leading /, no trailing /)
url: "http://www.thomas-robert.fr" # the base hostname & protocol for your site (no trailing /)
header-default-style: trianglify # default page header style (see styles in user documentation)
google-analytics: UA-12985376-1 # your google analytics code if you want visit stats (uncomment to enter)
plugins:
- jekyll-redirect-from
# Detailed technical setup
sass:
sass_dir: /assets/css/
style: compressed
timezone: Europe/Paris
include: ['CNAME']
permalink: /:title/
destination: docs/
collections:
- onepage_home_en
- onepage_home_fr
- onepage_resume_en
- onepage_resume_fr
defaults:
# posts
- scope:
path: _posts
values:
layout: post
- scope:
path: _posts/fr
values:
permalink: /blog/fr/:year/:month/:day/:title/
lang: fr
- scope:
path: _posts/en
values:
permalink: /blog/en/:year/:month/:day/:title/
lang: en
# default layout for pages is "fr" and "en"
- scope:
path: en
values:
order: 50
layout: page
lang: en
- scope:
path: fr
values:
order: 50
layout: page
lang: fr
# fiches scope
- scope:
path: fr/fiches/*
values:
parent: fiches.md
no-navlink: true
# redirect_from: /fiches/:title # Does not work
# default layout for blocks is "onepage-block" collections
- scope:
type: onepage_home_en
values:
layout: onepage-block
lang: en
- scope:
type: onepage_home_fr
values:
layout: onepage-block
lang: fr
- scope:
type: onepage_resume_en
values:
layout: onepage-block
lang: en
- scope:
type: onepage_resume_fr
values:
layout: onepage-block
lang: fr