{% assign sorted_featured = site.posts | where: "categories", "featured" | sort: 'date' | reverse %} {% for post in sorted_featured %}
{{ post.date | date: "%Y-%m-%d" }} @ journal.lunar.sh
{{ post.title }}
{{ post.excerpt }}
{% endfor %}

Other Publications

{% for post in paginator.posts %} {% unless post.categories contains 'featured' %}
{{ post.date | date: "%Y-%m-%d" }} @ journal.lunar.sh
{{ post.title }}
{{ post.excerpt }}
{% endunless %} {% endfor %}

Featured Publications

email: root@lunar.sh
github: lunar-sh
linktr.ee: lunar.sh
atom: feed.xml
{{ site.description | markdownify }}

Lunar Journal