resume/config.toml
2021-11-05 20:15:11 -07:00

38 lines
821 B
TOML

baseURL = "https://resume.shockrah.xyz"
# BRO: remember to remove this
title = "Hi I'm Alejandro"
languageCode = "en-us"
theme = "resume"
[markup.goldmark.renderer]
unsafe= true
[params]
name = "Alejandro"
description = "Friendly neighborhood Devops Consultant"
title = "My personal portfolio"
# Social medias
linkedin = "https://www.linkedin.com/in/alejandro-santillana-foss/"
gitlab = "https://gitlab.com/shockrah"
# Skills or something idk
[params.language]
title = "Skills"
[[params.language.list]]
type = "General Programming Languages"
language = "C/C++, Rust, Python, Bash, Javascript"
[[params.language.list]]
type = "Web Development"
language = "HTML, CSS, SASS, Jinja, Jquery, Vue, Flask"
[[params.language.list]]
type = "Soft skills"
language = "Patient, Analytical, Leader, Organized"