resume/config.toml

38 lines
821 B
TOML
Raw Normal View History

2021-11-06 03:15:11 +00:00
baseURL = "https://resume.shockrah.xyz"
2021-11-05 00:25:48 +00:00
# BRO: remember to remove this
title = "Hi I'm Alejandro"
languageCode = "en-us"
theme = "resume"
[markup.goldmark.renderer]
unsafe= true
[params]
2021-11-05 00:25:48 +00:00
name = "Alejandro"
description = "Friendly neighborhood Devops Consultant"
title = "My personal portfolio"
2021-11-05 00:25:48 +00:00
# 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"
2020-02-06 04:13:57 +00:00