-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
92 lines (92 loc) · 2.06 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
site:
title: 'M<span></span>'
baseline: "alias <span class='tooltip' draggable='true'>@maxperei</span> ; et ceci est mon espace virtuel"
baseurl: /
canonicalurl: true
description: 'Développeur web, mobile & audiophile'
menu:
main:
home:
id: 'index'
url: 'index'
name: 'Accueil'
weight: 1
enabled: false
work:
id: 'work'
url: 'work'
name: 'Projets'
weight: 9
enabled: false
about:
id: 'about'
url: 'about'
name: 'À propos'
weight: 100
enabled: false
blog:
id: 'blog'
url: 'blog'
name: 'Revues'
weight: 10
enabled: false
collection:
id: 'collection'
url: 'https://maxperei.github.io'
name: 'Collection'
weight: 11
enabled: false
social:
github:
id: 'github'
url: 'https://github.com/maxperei'
name: 'GitHub'
weight: 1
linkedin:
id: 'linkedin'
url: 'https://www.linkedin.com/in/maxperei'
name: 'LinkedIn'
weight: 2
twitter:
id: 'twitter'
url: 'https://twitter.com/max_perei'
name: 'Twitter'
weight: 3
behance:
id: 'behance'
url: 'https://www.behance.net/maxperei'
name: 'Behance'
weight: 4
stackoverflow:
id: 'stack-overflow'
url: 'https://stackoverflow.com/users/5517101/max-perei'
name: 'Stack Overflow'
weight: 5
pagination:
max: 6
path: page
date:
format: j M Y
timezone: Europe/Paris
output:
formats:
netlify_redirects:
mediatype: 'text/plain'
extension: ''
json:
mediatype: 'application/json'
extension: 'json'
exclude: ['redirect']
amp:
mediatype: 'text/html'
subpath: '/amp'
suffix: '/index'
extension: 'html'
virtualpages:
home:
redirect: /
index:
redirect: /about
_redirects:
output: netlify_redirects
theme: hyde