{{ site.description }}
About Me
{{site.about}}
Featured Projects
My favorite projects
-
{% for project in site.data.projects %}
{{ project.name }} {% if project.pi3d %} [PI3D] {% endif %}
{% endfor %}
Blog
Here are my three most recent posts
-
{% for post in site.posts limit:3 %}
{{ post.title }}
{% endfor %}