Genesis commit; site now online
This commit is contained in:
12
projects.md
Normal file
12
projects.md
Normal 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 %}
|
Reference in New Issue
Block a user