forked from pmichaillat/hugo-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
120 lines (114 loc) · 3.37 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
baseURL: "https://leloykun.github.io"
title: Franz Louis Cesista
paginate: 20
theme: PaperMod
enableInlineShortcodes: true
enableRobotsTXT: true
taxonomies:
tag: tags
menu:
main:
- name: CV
url: cv.pdf
weight: 1
- name: Papers
url: papers/
weight: 2
- name: Personal Projects
url: personal-projects/
weight: 3
# - name: Courses
# url: courses/
# weight: 2
# - name: Data
# url: data/
# weight: 3
- name: Ponder
url: ponder/
weight: 4
params:
description: "Mathematician | Machine Learning (AI) Research Scientist"
author: Franz Louis Cesista
# googleAnalyticsID: "G-XXXXX"
DateFormat: "January 2, 2006"
defaultTheme: light
hideFooter: false
disableThemeToggle: true
ShowShareButtons: false
ShowReadingTime: false
disableSpecial1stPost: true
disableAnchoredHeadings: true
ShowPostNavLinks: false
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: false
ShowToc: false
disableScrollToTop: true
TocOpen: true
ShowWordCount: false
UseHugoToc: true
comments: false
math: true
images:
- cover.png
profileMode:
enabled: true
title: <span style="color:#011F5B">Franz Louis Cesista</span>
subtitle:
Building things 👨🍳🚀 • Soon <span style="color:#011F5B">**Research Engineer**</span> at [will announce soon] • prev **Machine Learning (AI) Research Scientist, Full-Stack Software Engineer, & Data Engineer** at [Expedock Software Inc.](https://expedock.com) • <span style="color:#011F5B">**2x IOI & 2x ICPC World Finalist**</span> • Mathematics at the [Ateneo de Manila University](https://www.ateneo.edu/)<br><br>
Geometric Deep Learning • Multimodal Machine Learning • Information Retrieval • Structured Generation
imageUrl: "picture.png"
imageWidth: 160
imageHeight: 160
imageTitle: Franz Louis Cesista
buttons:
- name: CV
url: cv.pdf
- name: Papers
url: papers/
- name: Personal Projects
url: personal-projects/
# - name: Courses
# url: courses/
# - name: Data
# url: data/
- name: Ponder
url: ponder/
# - name: Tags
# url: tags/
# - name: Archive
# url: archive/
socialIcons:
- name: Email
url: mailto:franzlouiscesista@gmail.com
- name: GitHub
url: https://github.com/leloykun
- name: LinkedIn
url: https://www.linkedin.com/in/franzcesista/
- name: Twitter
url: https://twitter.com/leloykun
- name: Substack
url: https://ponder.substack.com
social:
twitter: leloykun
assets:
disableHLJS: true
disableScrollBarStyle: true
cover:
hiddenInList: false
hiddenInSingle: true
label:
text: "Franz Louis Cesista"
icon: favicon.ico
iconHeight: 18
markup:
goldmark:
renderer:
unsafe: true
highlight:
guessSyntax: true
style: autumn
tableOfContents:
endLevel: 2
ordered: false
startLevel: 2