-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
53 lines (49 loc) · 996 Bytes
/
_config.yml
File metadata and controls
53 lines (49 loc) · 996 Bytes
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
# Personal Information
author:
name: Javier Arroyo Bastida
company: Wedoco
title: PhD
birthday: 28/10/1992
age: 31
city: Madrid
phone: (+34) 636671062
email: info@wedoco.io
twitter: ""
facebook: ""
googlescholar: https://scholar.google.com/citations?user=YamEV2UAAAAJ&hl=en
instagram: ""
researchgate: https://www.researchgate.net/profile/Javier-Arroyo
github: https://github.com/wedoco
linkedin: https://www.linkedin.com/in/javier-arroyo-bastida/
year: "2024"
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
language: "en"
- scope:
path: "es"
type: "pages"
values:
layout: "default"
languages: es
- scope:
path: "en"
type: "pages"
values:
layout: "default"
languages: en
languages:
- code: "en"
name: "English"
path: "/en"
- code: "es"
name: "Español"
path: "/es"
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md