Articles


# blog.md

---
layout: blog.njk
title: Articles
date: 2017-01-01
pagination:
  data: collections.post
  size: 20
permalink: "blog/index.html"
metaDescription: A sample Blog page listing various posts.
subtitle: A collection of technical blog posts and random thoughts
eleventyNavigation:
  key: Blog
  order: 3.2
---

# projects.md

---
layout: projects.njk
title: Projects
date: 2021-01-01
permalink: /projects/index.html
metaDescription: A sample Projects page
subtitle: This is the page where all projects will live
emoji: 💻
eleventyNavigation:
  key: Projects
  order: 3.3
---