Updating emojis usage on the page for future special labels

This commit is contained in:
shockrah 2025-08-08 07:51:14 -07:00
parent ef22fd9b83
commit 8efb449e4b
3 changed files with 9 additions and 24 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
<head>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link rel="shortcut icon" type="image/png" href="{{ .Site.BaseURL }}/images/favicon.png">

View File

@ -1,21 +1,6 @@
{{ if .Site.Params.Gitlab }}
<a class="socials" href="{{.Site.Params.Gitlab}}">
<i class="fab fa-gitlab"></i>
<a class="socials" href="{{.Site.Params.Git}}">
<i class="bi bi-git"></i>
</a>
{{ end }}
{{ if .Site.Params.Linkedin }}
<a class="socials" href="{{.Site.Params.Linkedin}}">
<i class="fab fa-linkedin-in"></i>
<i class="bi bi-linkedin"></i>
</a>
{{ end }}
{{ if .Site.Params.Twitch }}
<a class="socials" href="{{.Site.Params.Twitch}}">
<i class="fab fa-twitch"></i>
</a>
{{ end }}
{{ if .Site.Params.Mastodon }}
<a class="socials" href="{{.Site.Params.Mastodon}}">
<i class="fab fa-mastodon"></i>
</a>
{{ end }}