diff --git a/config.toml b/config.toml index eb86afc..73539df 100644 --- a/config.toml +++ b/config.toml @@ -3,20 +3,20 @@ 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 = "Friendly Neighborhood Developer and Candy Maker" +description = "Maker of things" 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" +git = "https://git.shockrah.xyz/shockrah" # Skills or something idk diff --git a/themes/resume/layouts/partials/head.html b/themes/resume/layouts/partials/head.html index d87db8d..c1ac382 100644 --- a/themes/resume/layouts/partials/head.html +++ b/themes/resume/layouts/partials/head.html @@ -1,6 +1,6 @@
- + diff --git a/themes/resume/layouts/partials/socials.html b/themes/resume/layouts/partials/socials.html index a46dbb5..992261f 100644 --- a/themes/resume/layouts/partials/socials.html +++ b/themes/resume/layouts/partials/socials.html @@ -1,21 +1,6 @@ -{{ if .Site.Params.Gitlab }} - - + + -{{ end }} -{{ if .Site.Params.Linkedin }} - - -{{ end }} -{{ if .Site.Params.Twitch }} - - - -{{ end }} -{{ if .Site.Params.Mastodon }} - - - -{{ end }} - + + \ No newline at end of file