title | layout | blog_index | permalink |
---|---|---|---|
Blog |
page |
true |
blog/ |
-
{% for post in site.posts %}
{% unless post.draft == true or post.series %}
-
{{ post.title }}
{{ post.date | date: '%B %-d, %Y' }}
{% endunless %}
{% endfor %}
-
{% assign posts_chrono = site.posts | where: "series","runtime-opt" | reverse %}
{% for post in posts_chrono %}
-
{{ post.title }}
{{ post.date | date: '%B %-d, %Y' }}
{% endfor %}
{% include compiling_a_lisp.md %}
{% include writing_a_lisp.md %}