{{- $githubData := getJSON (print "https://api.github.com/repos/" (.Get "name")) -}} {{- $githubColors := .Site.Data.luna.githubColors -}} {{- with $githubData -}}
{{- .full_name -}}
{{- .description -}}
{{- .language -}}
{{- .stargazers_count -}}
{{- .forks -}}
{{- end -}}