-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
56 lines (47 loc) · 1.4 KB
/
config.yaml
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
## Identity
# Prefix for all page title
site_title: Anthony SIMONET
author_name: Anthony SIMONET
author_email: [email protected]
author_phone: "+1 (848) 445 8924"
author_skype: anthony-simonet
# Mailing address
# Two whitespaces (' ') will be replaced with newline charactters.
author_address: >
RDI2
Bush Campus CORE Building Room 627
96 Frelinghuysen Road
Pisctaway, New Jersey 08854
USA
social:
- id: linkedin
name: LinkedIn
url: https://fr.linkedin.com/in/anthonysimonet
- id: scholar
name: Google Scholar
url: https://scholar.google.fr/citations?user=wmGPuSgAAAAJ
- id: github
name: GitHub
url: https://github.com/asimonet
- id: telegram
name: Telegram
url: https://telegram.me/asimonet
title: Contact me on Telegram
# Relative path to a gpg-key file
author_pgp_file: content/asimonet.asc
# Links
links:
- "RDI<sup>2</sup>|http://rdi2.rutgers.edu"
- "Inria|http://www.inria.fr"
- "ENS Lyon|http://www.ens-lyon.eu"
- "LIP|http://www.ens-lyon.fr/LIP"
- "Avalon|http://avalon.ens-lyon.fr/"
- "Institut Mines-Télécom|http://www.imt-atlantique.fr/"
- "Active Data|http://active-data.gforge.inria.fr"
## Blogging
# Number of articles per page in blog index pages
page_size: 5
# String to mark the end of a blog-entry abstract
# Only text before the marker will be displayed on the blog
# index pages
abstract_marker: '<!--more-->'