{{ $id := delimit (slice "gitea" (partial "functions/uid.html" .)) "-" }} {{- $giteaURL := print (.Get "server" | default .Site.Params.giteaDefaultServer) "/api/v1/repos/" (.Get "repo") -}} {{- $giteaData := resources.GetRemote $giteaURL | transform.Unmarshal -}} {{- $giteaColors := .Site.Data.giteaColors -}} {{- with $giteaData -}}
{{ partial "icon.html" "gitea" }}
{{ .full_name | markdownify }}

{{ .description | markdownify }}

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