{{ $id := delimit (slice "codeberg" (partial "functions/uid.html" .)) "-" }} {{- $codebergURL := print "https://codeberg.org/api/v1/repos/" (.Get "repo") -}} {{- $codebergData := resources.GetRemote $codebergURL | transform.Unmarshal -}} {{- $codebergColors := .Site.Data.codebergColors -}} {{- with $codebergData -}}
{{ partial "icon.html" "codeberg" }}
{{ .full_name | markdownify }}

{{ .description | markdownify }}

{{ if .language }} {{ .language }} {{ else }} null {{ end }}
{{ partial "icon.html" "star" }}
{{ .stars_count }}
{{ partial "icon.html" "fork" }}
{{ .forks_count }}
{{- end -}}