xmitter-11ty/index.njk

19 lines
600 B
Plaintext
Raw Normal View History

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 23:53:46 -05:00
<div class="warning">
<ol>
<li>Edit the <code>_data/metadata.json</code> with your blogs 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-26 00:26:20 -05:00
<p><em>This is an <a href="https://www.11ty.io/">Eleventy project</a> created from the <a href="https://github.com/11ty/eleventy-base-blog"><code>eleventy-base-blog</code> repo</a>.</em></p>
</div>
2018-01-22 23:53:46 -05:00
{% set postslist = collections.posts %}
{% include "postslist.njk" %}
2018-01-16 22:08:47 -05:00