a solid start
This commit is contained in:
commit
04cf8eb646
36 changed files with 3512 additions and 0 deletions
22
site/index.md
Normal file
22
site/index.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
layout: base
|
||||
title: joshua.seigler.net
|
||||
---
|
||||
|
||||
## Posts
|
||||
|
||||
{% for post in collections.posts %}
|
||||
- [{{ post.data.title }}]({{ post.url }})
|
||||
{% endfor %}
|
||||
|
||||
## Music
|
||||
|
||||
{% for m in music %}
|
||||
- [{{ m }}](music/{{ m | slug }}.pdf)
|
||||
{% endfor %}
|
||||
|
||||
## Recipes
|
||||
|
||||
{% for recipe in collections.recipes %}
|
||||
- [{{ recipe.data.title }}]({{ recipe.url }})
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue