--- layout: null --- {{ site.title | xml_escape }} {{ site.description | xml_escape }} {{ site.url }}{{ site.base_url }} {{ site.time | date_to_rfc822 }} {{ site.time | date_to_rfc822 }} Jekyll v{{ jekyll.version }} {% assign sorted_blogs = site.publications | reverse | where:"category","blog" %} {% for post in sorted_blogs %} {{ post.title | xml_escape }} {% if post.progress_update %} Progress Updates Are Only Compatible in Webview (due to CSS tricks for NoJS support). View in your Readers Webview or visit {{ site.url }}{{ post.url }} {{ post.content | markdownify | xml_escape }} {% elsif post.summary %} {{ post.summary | xml_escape }} {{ post.content | markdownify | xml_escape }} {% else %} {{ post.content | xml_escape }} {% endif %} {{ post.date | date_to_rfc822 }} {{ site.url }}{{ site.base_url }}{{ post.url | replace_first: '/', '' }} {{ site.url }}{{ site.base_url }}{{ post.url | replace_first: '/', '' }} {% for tag in post.tags %} {{ tag | xml_escape }} {% endfor %} {{ post.author | xml_escape }} {% endfor %}