change gitea url
All checks were successful
/ deploy (push) Successful in 46s

This commit is contained in:
Mans Ziesel 2024-09-05 16:55:23 +02:00
parent f39681119a
commit a4d8a9b95c
3 changed files with 3 additions and 2 deletions

View File

@ -23,4 +23,5 @@ description = "Website of Mans Ziesel"
# { email = "mailto:mans@mziesel.com" },
{ github = "https://github.com/mansziesel" },
{ linkedin = "https://linkedin.com/in/mansziesel" },
{ gitlab = "https:/git.mziesel.nl/mans" },
]

View File

@ -33,7 +33,7 @@ description = "Website van Mans Ziesel"
# { flickr = "https://www.flickr.com/photos/mansziesel/" },
# { foursquare = "https://foursquare.com/mansziesel" },
{ github = "https://github.com/mansziesel" },
# { gitlab = "https://gitlab.com/mansziesel" },
{ gitlab = "https:/git.mziesel.nl/mans" },
# { google = "https://www.google.com/" },
# { hashnode = "https://mansziesel.hashnode.dev" },
# { instagram = "https://instagram.com/mansziesel" },

View File

@ -1,5 +1,5 @@
{{ $id := delimit (slice "github" (partial "functions/uid.html" .)) "-" }}
{{- $githubURL := print "https://git.mzsl.nl/api/v1/repos/" (.Get "repo") -}}
{{- $githubURL := print "https://git.mziesel.nl/api/v1/repos/" (.Get "repo") -}}
{{- $githubData := getJSON ($githubURL) -}}
{{- $githubColors := .Site.Data.githubColors -}}
{{- with $githubData -}}