This commit is contained in:
parent
f39681119a
commit
a4d8a9b95c
@ -23,4 +23,5 @@ description = "Website of Mans Ziesel"
|
|||||||
# { email = "mailto:mans@mziesel.com" },
|
# { email = "mailto:mans@mziesel.com" },
|
||||||
{ github = "https://github.com/mansziesel" },
|
{ github = "https://github.com/mansziesel" },
|
||||||
{ linkedin = "https://linkedin.com/in/mansziesel" },
|
{ linkedin = "https://linkedin.com/in/mansziesel" },
|
||||||
|
{ gitlab = "https:/git.mziesel.nl/mans" },
|
||||||
]
|
]
|
||||||
|
@ -33,7 +33,7 @@ description = "Website van Mans Ziesel"
|
|||||||
# { flickr = "https://www.flickr.com/photos/mansziesel/" },
|
# { flickr = "https://www.flickr.com/photos/mansziesel/" },
|
||||||
# { foursquare = "https://foursquare.com/mansziesel" },
|
# { foursquare = "https://foursquare.com/mansziesel" },
|
||||||
{ github = "https://github.com/mansziesel" },
|
{ github = "https://github.com/mansziesel" },
|
||||||
# { gitlab = "https://gitlab.com/mansziesel" },
|
{ gitlab = "https:/git.mziesel.nl/mans" },
|
||||||
# { google = "https://www.google.com/" },
|
# { google = "https://www.google.com/" },
|
||||||
# { hashnode = "https://mansziesel.hashnode.dev" },
|
# { hashnode = "https://mansziesel.hashnode.dev" },
|
||||||
# { instagram = "https://instagram.com/mansziesel" },
|
# { instagram = "https://instagram.com/mansziesel" },
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{{ $id := delimit (slice "github" (partial "functions/uid.html" .)) "-" }}
|
{{ $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) -}}
|
{{- $githubData := getJSON ($githubURL) -}}
|
||||||
{{- $githubColors := .Site.Data.githubColors -}}
|
{{- $githubColors := .Site.Data.githubColors -}}
|
||||||
{{- with $githubData -}}
|
{{- with $githubData -}}
|
||||||
|
Loading…
Reference in New Issue
Block a user