resume/config.toml

39 lines
908 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"
2024-09-28 22:50:56 +00:00
description = "Friendly Neighborhood Developer and Soda Maker"
2022-01-26 20:00:40 +00:00
title = "Hi I'm Alejandro"
2021-11-05 00:25:48 +00:00
# Social medias
linkedin = "https://www.linkedin.com/in/alejandro-santillana-foss/"
2024-09-28 22:50:56 +00:00
gitlab = "https://git.shockrah.xyz/tempersama"
twitch = "https://twitch.tv/shockrah"
2024-09-28 22:50:56 +00:00
mastodon = "https://mastodon.social/@tempertv"
# 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