-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
87 lines (81 loc) · 2.51 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
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
baseURL: https://leovct.github.io/
title: leovct.dev
theme: PaperMod
pagination:
pagerSize: 5
googleAnalytics: G-7BWGX7L5F0
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
assets:
favicon: favicon.ico
# Home page
homeInfoParams:
title: Bonjour! 👋
image:
url: cypher-city-318-modified.png
title: Cypher City 318 modified
content: |
- My name is Léo, I'm an [infrastructure software engineer](https://flexport.engineering/what-its-like-to-work-as-an-infrastructure-software-engineer-at-flexport-252267999fd9) working at [@Polygon Labs](https://twitter.com/0xPolygonLabs) to scale [Ethereum](https://ethereum.org/en/) (prev: [@Renault Software Factory](https://twitter.com/renaultgroup) and [@INP ENSEEIHT](https://www.enseeiht.fr/en/enseeiht.html)).
Sometimes, I write technical articles and take part in hackathons (e.g. Chainlink Spring 2022: [Everest Protocol](https://devpost.com/software/everest-ab708o)).
- I'm very interested in blockchain technologies and web3 security at the moment. Other than that, I'm just a random baguette guy, gym rat, fond of sports and football :)
social:
align: right
icons:
- name: github
url: https://github.com/leovct
- name: twitter
url: https://twitter.com/leoovct
- name: discord
url: https://discordapp.com/users/leovct#7885
- name: linkedin
url: https://www.linkedin.com/in/vincentleo/
- name: medium
url: https://medium.com/@leovct
- name: rss
url: https://leovct.github.io/index.xml
# Posts options
showToc: true
showReadingTime: true
showWordCount: true
showCodeCopyButtons: true
cover:
hidden: true
hiddenInSingle: false
editPost:
URL: https://github.com/leovct/leovct.github.io/tree/main/content/
Text: 📝 Suggest changes
appendFilePath: true
# Search options
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys:
- title
- permalink
- summary
- content
# Enable search
outputs:
home:
- HTML
- RSS
- JSON # is necessary
menu:
main:
- identifier: search
name: search
url: /search/
weight: 10
- identifier: tags
name: tags
url: /tags/
weight: 20
- identifier: archives
name: archives
url: /archives/
weight: 30