--- layout: page title: Blog permalink: /blog/ --- {% for post in site.categories.blog %}

{{ post.title }}
Posted on{% if post.date %} {{ post.date | date: "%b %-d, %Y" }}{% endif %} {% if post.authors %}by {% include authors.html %}{% endif %} {% if post.excerpt %}
{{ post.excerpt }}{% endif %}

{% endfor %}

Want to contribute a blog post? Check out the source for some of the existing posts to see how it's done. When you're ready, email your Markdown file to dev@drill.apache.org.

Third-Party Articles

{% for article in site.data.articles %}

{{ article.title }}{% if article.date %} ({{ article.date | date: "%b %-d, %Y" }}){% endif %}{% if article.excerpt %}
{{ article.excerpt }}{% endif %}

{% endfor %}