39 lines
903 B
TOML
39 lines
903 B
TOML
# Global settings for hugo
|
|
baseURL = "https://resume.shockrah.xyz"
|
|
languageCode = "en-us"
|
|
theme = "resume"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe= true
|
|
|
|
# Actual site/content parameters
|
|
[params]
|
|
name = "Alejandro"
|
|
description = "Friendly Neighborhood Developer and Candy Maker"
|
|
title = "Hi I'm Alejandro"
|
|
|
|
# Social medias
|
|
linkedin = "https://www.linkedin.com/in/alejandro-santillana-foss/"
|
|
gitlab = "https://gitlab.com/shockrah"
|
|
twitch = "https://twitch.tv/shockrah"
|
|
mastodon = "https://qoto.org/@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"
|
|
|
|
|