resume/config.toml

39 lines
894 B
TOML
Raw Normal View History

2022-01-26 20:00:40 +00:00
# Global settings for hugo
2021-11-06 03:15:11 +00:00
baseURL = "https://resume.shockrah.xyz"
languageCode = "en-us"
theme = "resume"
[markup.goldmark.renderer]
unsafe= true
2022-01-26 20:00:40 +00:00
# Actual site/content parameters
[params]
2021-11-05 00:25:48 +00:00
name = "Alejandro"
2022-01-26 20:00:40 +00:00
description = "Friendly Neighborhood Developer and Candy Maker"
title = "Hi I'm Alejandro"
2021-11-05 00:25:48 +00:00
# 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"
2024-09-28 22:48:43 +00:00
language = "C/C++, Rust, Python, Bash, Javascript, Terraform"
[[params.language.list]]
type = "Web Development"
2024-09-28 22:48:43 +00:00
language = "HTML, CSS, NodeJS, Vue"
[[params.language.list]]
type = "Soft skills"
language = "Patient, Analytical, Leader, Organized"
2020-02-06 04:13:57 +00:00