-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
150 lines (137 loc) · 2.84 KB
/
Copy path_config.yml
File metadata and controls
150 lines (137 loc) · 2.84 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Jekyll configuration - https://jekyllrb.com/docs/configuration/
# Site settings
url: https://www.marcwrobel.fr
title: Marc Wrobel
short_title: MW
lang: fr
# Pour jekyll-seo-tag
tagline: Blog personnel
description: Un bloc-note personnel qui me permet de consigner et partager mes trucs et astuces, pratiques et découvertes liés à mon métier de développeur.
logo: /assets/img/icon-512.png
defaults:
- scope:
path: ""
values:
image: /assets/img/default-twitter-card.png
author:
name: Marc Wrobel
email: marc.wrobel@gmail.com
url: https://www.marcwrobel.fr
twitter: marcwrobelfr
social:
name: Marc Wrobel
links:
- https://github.com/marcwrobel
- https://stackoverflow.com/cv/marcwrobel
- https://twitter.com/marcwrobelfr
- https://www.linkedin.com/in/marcwrobelfr
- https://fosstodon.org/@marcwrobel
category_icons:
- title: nouvelles
icon: newspaper
- title: liens
icon: link-45deg
- title: notes
icon: pencil-fill
- title: développement
icon: code-slash
- title: administration
icon: hdd-stack-fill
- title: outils
icon: wrench-adjustable
links:
- title: Accueil
url: /
home: false
about: false
menu: true
order: 0
icon: house-fill
- title: Rechercher
url: /rechercher
home: false
about: false
menu: true
order: 5
icon: search
rel: search
- title: Paris
url: https://goo.gl/maps/rtBCLVhkKVUJbnNN9
home: false
about: true
menu: false
order: 6
icon: geo-alt-fill
- title: Github
url: https://github.com/marcwrobel
home: true
about: true
menu: false
order: 10
icon: github
rel: me
- title: LinkedIn
url: https://www.linkedin.com/in/marcwrobelfr
home: true
about: true
menu: false
order: 20
icon: linkedin
rel: me
- title: Stack Overflow
url: https://stackoverflow.com/users/374236/marc-wrobel
home: true
about: false
menu: false
order: 30
icon: stack-overflow
rel: me
- title: Mastodon
url: https://fosstodon.org/@marcwrobel
home: true
about: false
menu: false
order: 35
icon: mastodon
rel: me
- title: Email
url: mailto:marc.wrobel@gmail.com
home: true
about: true
menu: false
order: 40
icon: envelope-at-fill
rel: me
- title: RSS
url: /feed.xml
home: true
about: false
menu: true
order: 50
icon: rss-fill
# Build settings
encoding: utf-8
timezone: Europe/Paris
date_format: '%d/%m/%Y'
permalink: /:title
paginate: 5
paginate_path: ':num/'
future: true
seo_paginator_message: "Page %<current>s sur %<total>s | "
sass:
style: compressed
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
include:
- .htaccess
- .well-known
exclude:
- .idea
- .jekyll-cache/
- .sass-cache/
- Gemfile
- Gemfile.lock
- LICENSE
- README.md