Moar dynamic social definitions
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 18s

This commit is contained in:
shockrah 2025-06-30 15:43:41 -07:00
parent decdaf714d
commit 1449a55cd5
2 changed files with 15 additions and 25 deletions

View File

@ -9,13 +9,14 @@ enableEmoji: true
Params: Params:
description: Silly maker of things description: Silly maker of things
name: temper.tv name: temper.tv
twitch: https://twitch.tv/tempersama_ socials:
gitlab: https://git.shockrah.xyz/shockrah - git: https://git.shockrah.xyz/shockrah
github: https://github.com/tempersama - github: https://github.com/tempersama
mastodon: https://mastodon.social/@tempertv - twitch: https://twitch.tv/tempersama_
instagram: https://www.instagram.com/temper.sama/ - mastodon: https://mastodon.social/@tempertv
bluesky: https://bsky.app/profile/tempersama.bsky.social - bluesky: https://bsky.app/profile/tempersama.bsky.social
x: https://x.com/temper_xyz - instagram: https://www.instagram.com/temper.sama/
- twitter-x: https://x.com/temper_xyz
# Here we link the fun stuff ;) # Here we link the fun stuff ;)
launchpad: launchpad:

View File

@ -1,18 +1,7 @@
<a class="socials" href="{{.Site.Params.Gitlab}}"> {{ range .Site.Params.Socials }}
<i class="bi bi-gitlab"></i> {{ range $social, $link := . }}
</a> <a class="socials" href="{{ $link }}">
<a class="socials" href="{{.Site.Params.Twitch}}"> <i class="bi bi-{{ $social }}"></i>
<i class="bi bi-twitch"></i> </a>
</a> {{ end }}
<a class="socials" href="{{.Site.Params.Mastodon}}"> {{ end }}
<i class="bi bi-mastodon"></i>
</a>
<a class="socials" href="{{.Site.Params.Github}}">
<i class="bi bi-github"></i>
</a>
<a class="socials" href="{{.Site.Params.Instagram}}">
<i class="bi bi-instagram"></i>
</a>
<a class="socials" href="{{.Site.Params.Bluesky}}">
<i class="bi bi-bluesky"></i>
</a>