Nyxblog/index.njk

19 lines
600 B
Text
Raw Normal View History

2018-01-16 21:08:47 -06:00
---
layout: layouts/home.njk
2018-01-23 08:55:29 -06:00
tags: nav
navtitle: Home
2018-01-16 21:08:47 -06:00
---
2018-01-22 22:53:46 -06: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-25 23:26:20 -06: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 22:53:46 -06:00
{% set postslist = collections.posts %}
{% include "postslist.njk" %}
2018-01-16 21:08:47 -06:00