Outline

The first part of the assignment was to add a video to the Events page (events.mdx). You can do this with simple Markdown syntax:

![Blacksmith](../images/blacksmith.jpg)

The second part of the assignment was to add images to two posts. For example, in the video I show 2019-11-16-edible-plants.md:

---
date: "2019-11-16"
title: "Wild Edible Plants of Winter (Class)"
category: "Class"
banner: "./images/forest.jpg"
---

Join us as we walk through the property and learn all the different plants that can be made into food, tea, and medicines!

![Lodge](./images/lodge2.jpg)

We've done a lot of work in this tutorial, let's review what we've learned in the next video.

 

I finished! On to the next chapter