Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9 Commits

Repository files navigation

layoutpage
title首页
permalink
jekyll-theme-WuK
defaulttags
sidebar
open
vega_lite
enable
true

{% if page.jekyll-theme-WuK.tags.vega_lite.enable %}

{% capture json_data %}[
{% for tag in site.tags reversed %}
, {"tags": "{{ tag[0] }}", "count": {{ tag[1].size }} }
{% endfor %}
]{% endcapture %}
{% assign json_data = json_data | remove_first: "," %}
{
"data": { "values": {{ json_data }} },
"encoding": {
"y": {"field": "tags", "type": "nominal"},
"x": {"field": "count", "type": "quantitative" }
},
"mark": "bar"
}

{% endif %}

{% for tag in site.tags reversed %}

{{ tag[0] }}

{% for post in tag[1] %}

  • {{ post.date | date_to_string }} [{{ post.title }}]({{ post.url | relative_url }}){% endfor %} {% endfor %}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors