--- layout: layouts/home.njk tags: nav navtitle: Home ---
  1. Edit the _data/metadata.json with your blog’s information.
  2. (Optional) Edit .eleventy.js with your configuration preferences.
  3. Delete this message from index.njk.
{% set postslist = collections.posts %} {% include "postslist.njk" %}