From 8efb449e4ba85af5f7384bf6290549eb241c8fe3 Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 8 Aug 2025 07:51:14 -0700 Subject: [PATCH] Updating emojis usage on the page for future special labels --- config.toml | 8 +++---- themes/resume/layouts/partials/head.html | 2 +- themes/resume/layouts/partials/socials.html | 23 ++++----------------- 3 files changed, 9 insertions(+), 24 deletions(-) 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