--- layout: default title: Home ---

Jekyll-Bonsai

Notable

{% assign notable_entries = site.entries | notable %} {% for entry in notable_entries %}
{% assign stat_tags = entry.tags | stat_tags %} {% for stat_tag in stat_tags %} {{ stat_tag.emoji }} {% endfor %} {{ entry.title }}
{{ entry.updated | date: "%Y-%m-%d" }}
{% endfor %} {% assign notable_posts = site.posts | notable %} {% for post in notable_posts %}
{% assign stat_tags = entry.tags | stat_tags %} {% for stat_tag in stat_tags %} {{ stat_tag.emoji }} {% endfor %} 📄 {{ post.title }}
{{ post.updated | date: "%Y-%m-%d" }}
{% endfor %}

For more, see about

Recent

{% assign recent_entries = site.entries | recent: 5 %} {% for entry in recent_entries %}
{% assign stat_tags = entry.tags | stat_tags %} {% for stat_tag in stat_tags %} {{ stat_tag.emoji }} {% endfor %} {{ entry.title }}
{{ entry.updated | date: "%Y-%m-%d" }}
{% endfor %} {% assign recent_posts = site.posts | recent: 5 %} {% for post in recent_posts %}
{% assign stat_tags = entry.tags | stat_tags %} {% for stat_tag in stat_tags %} {{ stat_tag.emoji }} {% endfor %} 📄 {{ post.title }}
{{ post.updated | date: "%Y-%m-%d" }}
{% endfor %}

For more updates, check the weather 🌦