置顶的
{{- '' -}}
{%- for repo in theme_ctx.pinned_repositories -%}
{{- '' -}}
{%- endif -%}
{{- '' -}}
{{- '' -}}
{%- endfor -%}
{{- '' -}}
{{- '' -}}
{{- repo.title | safe -}}
{{- '' -}}
{{- '' -}}
{{- '' -}}
{{- repo.description | safe -}}
{{- '' -}}
{{- '' -}}
{{- '' -}}
{{- '' -}}
{{- ' ' -}}
{{- repo.language -}}
{{- '' -}}
{{- '' -}}
{{ repo.stars | safe -}}
{{- '' -}}
{{- '' -}}
{{ repo.forks | safe -}}
{{- '' -}}
{{- '' -}}
{%- if theme_ctx.is_heatmap_on -%}
{%- set t1 = archives | length -%}
{%- set t2 = tags | length -%}
{%- set t3 = categories | length -%}
{%- set t4 = t1 + t2 + t3 -%}
{{- '' -}}
{{- t4 }} contributions in the last year
{{- '' -}}{{- '' -}}
{{- '' -}}
{{- '' -}}
{%- endif -%}
{{- '' -}}
Less
{{- '' -}}
- {{- '' -}}
{{- ' ' -}}
{{- ' ' -}}
{{- ' ' -}}
{{- ' ' -}}
{{- '' -}}
Contribution Activity
{{- '' -}}
- {{- '' -}}
{{- box::activities(activities=theme_ctx.activities, max=100, skip_tags=[]) -}}