Genesis commit; site now online

This commit is contained in:
Nathan Schneider
2019-01-02 23:29:07 -07:00
commit 436d4174b9
48 changed files with 1968 additions and 0 deletions

12
projects.md Normal file
View File

@ -0,0 +1,12 @@
---
layout: page
title: Projects
permalink: /projects/
---
{% for project in site.projects %}
### <a href="{{ project.url }}">{{ project.title }}</a>
<p style="padding-bottom:1.5em;">{{ project.summary }}</p>
{% endfor %}