2018-01-16 22:08:47 -05:00
|
|
|
|
---
|
|
|
|
|
layout: layouts/home.njk
|
2018-01-23 09:55:29 -05:00
|
|
|
|
tags: nav
|
|
|
|
|
navtitle: Home
|
2018-01-16 22:08:47 -05:00
|
|
|
|
---
|
2018-01-22 09:17:48 -05:00
|
|
|
|
|
2018-01-22 23:53:46 -05:00
|
|
|
|
<div class="warning">
|
2018-01-25 22:03:57 -05:00
|
|
|
|
<ol>
|
|
|
|
|
<li>Edit the <code>_data/metadata.json</code> with your blog’s information.</li>
|
|
|
|
|
<li>(Optional) Edit <code>.eleventy.js</code> with your configuration preferences.</li>
|
|
|
|
|
<li>Delete this message from <code>index.njk</code>.</li>
|
|
|
|
|
</ol>
|
2018-01-22 09:17:48 -05:00
|
|
|
|
</div>
|
|
|
|
|
|
2018-01-22 23:53:46 -05:00
|
|
|
|
{% set postslist = collections.posts %}
|
2018-01-22 09:17:48 -05:00
|
|
|
|
{% include "postslist.njk" %}
|
2018-01-16 22:08:47 -05:00
|
|
|
|
|