Front page, collections, about
This commit is contained in:
13
index.html
13
index.html
@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user