Settings
Aliases
You can specify aliases for any type of entity. For instance, you can define a rule, that both "myapp-frontend" and "myapp-backend" are combined under a project called "myapp".
{{ if .Aliases }}
{{end}}
{{end}}
Rules
{{ range $i, $alias := .Aliases }}
▸ All {{ $alias.Type | typeName }}s named
{{ range $j, $value := $alias.Values }}
{{- $value -}}
{{ if lt $j (add (len $alias.Values) -2) }}
{{- ", " | capitalize -}}
{{ else if lt $j (add (len $alias.Values) -1) }}
{{- "or" -}}
{{ end }}
{{ end }}
are mapped to {{ $alias.Type | typeName }} {{ $alias.Key }}
Project Labels
You can assign labels (aka. tags) to projects to group them together, e.g. by "private" and "work".
{{ if .Labels }}
{{end}}
{{end}}
{{ if .Projects }}
Labels
{{ range $i, $label := .Labels }}
▸ {{ $label.Key }}:
{{ range $j, $value := $label.Values }}
{{ if lt $j (add (len $label.Values) -1) }}
{{- ", " | capitalize -}}
{{ end }}
{{ end }}
Add Label
{{ else }}You don't have any projects, yet. Start out by sending a few heartbeats before you can then assign labels.
{{ end }}
Language Mappings
You can specify custom mapping from file extensions to programming languages, for instance a ".jsx" file could be mapped to the "React" language.
{{ if .LanguageMappings }}
{{end}}
{{end}}
Rules
{{ range $i, $mapping := .LanguageMappings }}
▸ When filename ends in {{ $mapping.Extension }}
then change the language to {{ $mapping.Language }}
The integration with Shields.IO allows to generate badges for README pages or forums. To enable this feature, you need to grant public, unauthorized access to the respective endpoints. See Permissions.
Only available on public instances, not on localhost.
Only available on public instances, not on localhost.
{{ if ne .User.ShareDataMaxDays 0 }}
{{ end }}
Wakapi intregrates with GitHub Readme Stats to generate fancy cards for you. To enable this feature, you need to grant public, unauthorized access to the respective endpoints. See Permissions.
Only available on public instances, not on localhost.
Only available on public instances, not on localhost.
{{ if ne .User.ShareDataMaxDays 0 }}
{{ end }}