Skip to content

learnfair/learnfair.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

layout title permalink jekyll-theme-WuK
page
首页
default tags
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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published