-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
45 lines (39 loc) · 1.54 KB
/
config.toml
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
baseURL = 'https://diegomarques.netlify.app/'
languageCode = 'en-us'
title = 'Diego Marques - Student Developer'
theme = 'diego'
disableKinds = ["RSS"]
enableRobotsTXT = true
enableGitInfo = true
[taxonomies]
tag = "tags"
[params]
firstName = "Diego"
lastName = "Marques"
address = "Miami, Fl"
profileImage = "media/dm-logo2.jpg"
email = "[email protected]"
description = "A logical and detail-oriented sophomore at Cornell University studying computer science. Previously, an intern on the Machine Learning Team at Ada Support. Researched automatic classroom lecture summarization using AI and deep learning in high school. Understands machine learning in production and full-stack web development. Maintains open-source NLP programs that perform state-of-the-art neural text summarization. Publishes guides for cybersecurity challenges. Enjoys running cross country in the fall and skiing in the winter."
favicon = "media/favicon1.jpg"
resumePDF = "media/D.M. Resume.pdf"
# what sections
showSkills = true
showProjects = true
tags = ["Web Development", "Automation", "Education", "Machine Learning"]
showContributions = false
showPublications = false
showExperience = true
showEducation = true
news = false
[[params.social]]
name = "GitHub"
icon = "fab fa-github"
link = "https://github.com/diegolmarques"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-linkedin"
link = "https://www.linkedin.com/in/dmarques/"
[[params.social]]
name = "Twitter"
icon = "fab fa-twitter"
link = "https://twitter.com/DiegoMarques00"