{%- extends 'layout.html' -%} {%- import 'macros/box.html' as box -%} {%- block file_nav -%}{%- endblock -%} {%- macro user_details_link(title, url) -%} {%- if url -%} {{- title -}} {%- else -%} {{- title -}} {%- endif -%} {%- endmacro -%} {%- block main_body -%} {%- if theme_ctx.is_heatmap_on -%} {{- '' -}} {%- endif -%} {{- '' -}}
{{- '' -}}
{%- if theme_ctx.pinned_repositories -%}
置顶的
{{- '' -}} {%- for repo in theme_ctx.pinned_repositories -%}
{{- '' -}}
{{- '' -}} {{- '' -}} {{- '' -}} {{- repo.title | safe -}} {{- '' -}}
{{- '' -}}
{{- repo.description | safe -}}
{{- '' -}}
{{- '' -}}
{{- '' -}}
{{- ' ' -}} {{- repo.language -}}
{{- '' -}}
{{- '' -}} {{ repo.stars | safe -}}
{{- '' -}}
{{- '' -}} {{ repo.forks | safe -}}
{{- '' -}}
{{- '' -}}
{{- '' -}} {%- endfor -%}
{{- '' -}} {%- endif -%}
{{- '' -}} {%- 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

{{- '' -}}
{{- '' -}}
{{- '' -}}
Less
    {{- '' -}}
  • {{- ' ' -}}
  • {{- ' ' -}}
  • {{- ' ' -}}
  • {{- ' ' -}}
  • {{- '' -}}
More
{{- '' -}}
{{- '' -}} {{- '' -}} {%- endif -%}
Contribution Activity
{{- '' -}}
    {{- '' -}} {{- box::activities(activities=theme_ctx.activities, max=100, skip_tags=[]) -}}
{{- '' -}}
{{- '' -}}
{{- '' -}}
{{- '' -}}
{{- '' -}}
{{- '' -}} {{- theme_ctx.avatar | safe -}}{{- '' -}}
{{- '' -}}
{{- '' -}}
{{- theme_ctx.user_details.fullname | safe -}}
{{- '' -}}
{{- theme_ctx.user_details.username | safe -}}
{{- '' -}}
{{- '' -}}
{{- '' -}}
{{- theme_ctx.user_details.description | safe -}}
{{- '' -}}
{{- '' -}}
{{- '' -}} {{- theme_ctx.user_details.followers | safe -}} followers {{- ' · ' -}} {{- theme_ctx.user_details.following | safe -}} following {{- ' ' -}} {{- theme_ctx.user_details.stars | safe -}}{{- '' -}}
{{- '' -}}
{{- '' -}}
{{ theme_ctx.user_details.organization | safe -}}
{{- '' -}}
{{ theme_ctx.user_details.location | safe -}}
{{- '' -}}
{{ theme_ctx.user_details.website | safe -}}
{{- '' -}}
{{- '' -}}
{{- '' -}}
{{- '' -}}
{{- '' -}} {%- endblock -%}