resume/config.toml
shockrah a546481c4a
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 5s
* Linking to activity page in on Git server
2025-08-08 13:54:14 -07:00

39 lines
820 B
TOML

# Global settings for hugo
baseURL = "https://resume.shockrah.xyz"
languageCode = "en-us"
theme = "resume"
enableEmoji = true
[markup.goldmark.renderer]
unsafe= true
# Actual site/content parameters
[params]
name = "Alejandro"
description = "Maker of things"
title = "Hi I'm Alejandro"
# Social medias
linkedin = "https://www.linkedin.com/in/alejandro-santillana-foss/"
git = "https://git.shockrah.xyz/shockrah?tab=activity"
# 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"