-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
74 lines (66 loc) · 1.43 KB
/
_config.yml
File metadata and controls
74 lines (66 loc) · 1.43 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
title: "Edoardo Carroccetto"
description: "Data Scientist — Portfolio & Projects"
url: "https://edoishere.github.io"
baseurl: ""
repository: "Edoishere/Edoishere.github.io"
encoding: "utf-8"
author:
name: "Edoardo Carroccetto"
email: "edoardocarroccetto@gmail.com"
bio: "Data Scientist @Italdesign | Ex UGent | Made in UniTo"
location: "Turin"
avatar: "/images/Edo.jpg"
github: "Edoishere"
googlescholar: "https://scholar.google.com/citations?user=UO1wSrgAAAAJ&hl=it"
orcid: "https://orcid.org/0009-0005-3620-531X"
strava: "https://strava.app.link/TBUA9wbjGZb"
chess: "https://www.chess.com/member/edocarroc"
nav:
- title: "Home"
url: "/"
- title: "Projects"
url: "/projects/"
- title: "Publications"
url: "/publications/"
- title: "CV"
url: "/cv/"
- title: "Travels"
url: "/travels/"
collections:
projects:
output: true
permalink: /projects/:name/
publications:
output: true
permalink: /publications/:name/
defaults:
- scope:
path: ""
type: pages
values:
layout: page
- scope:
path: ""
type: projects
values:
layout: page
- scope:
path: ""
type: publications
values:
layout: publication
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: compressed
exclude:
- Gemfile
- Gemfile.lock
- README.md
- node_modules
- vendor