Front page, collections, about

This commit is contained in:
Madison Scott-Clary
2017-09-06 21:48:07 -06:00
parent 4d3b632cd1
commit 2d8d1014e2
24 changed files with 1734 additions and 71 deletions

View File

@ -1,6 +1,14 @@
---
layout: home-page
---
<p>Welcome to makyo.ink, the collected works of Madison Scott-Clary.</p>
<p>{{site.description}}</p>
<p>This site collects several of her completed written works. For drafts, in-progress words, and so on, head over to <a href="http://writing.drab-makyo.com">her blog and writing page</a></p>
<h2>Recent pieces</h2>
<ol class="post-card-box clearfix">
{% for post in paginator.posts %}
<li>
@ -19,3 +27,8 @@ layout: home-page
</li>
{% endfor %}
</ol>
{% include pagination.html %}
<h2>Collections</h2>
{% include collections.html %}