shockrah
f98932939b
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 7s
39 lines
908 B
TOML
39 lines
908 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 Soda Maker"
|
|
title = "Hi I'm Alejandro"
|
|
|
|
# Social medias
|
|
linkedin = "https://www.linkedin.com/in/alejandro-santillana-foss/"
|
|
gitlab = "https://git.shockrah.xyz/tempersama"
|
|
twitch = "https://twitch.tv/shockrah"
|
|
mastodon = "https://mastodon.social/@tempertv"
|
|
|
|
|
|
# Skills or something idk
|
|
[params.language]
|
|
title = "Skills"
|
|
|
|
[[params.language.list]]
|
|
type = "General Programming Languages"
|
|
language = "C/C++, Rust, Python, Bash, Javascript, Terraform"
|
|
|
|
[[params.language.list]]
|
|
type = "Web Development"
|
|
language = "HTML, CSS, NodeJS, Vue"
|
|
|
|
[[params.language.list]]
|
|
type = "Soft skills"
|
|
language = "Patient, Analytical, Leader, Organized"
|
|
|
|
|