To update about go to js/about.js and update the info
{
name: "",
description: "",
image: "",
cv: "#",
email: "mailto:",
linkedin: "",
google_scholar: "",
}
To update config go to js/config.js and update the info
socials = [
{ key: "", icon: "", label: "" },
# Add more socials
]
tags = [] ## Here add the tags
To update papers go to js/papers.js and update the info
papers = [
{
title: "",
authors: "",
journal: "",
year: "",
link: "",
},
# Add more papers
]
To update projects go to js/projects.js and update the info
projects = [
{
title: "",
description: "",
image: "",
link: "",
},
# Add more projects
]
