Build a Blog w/ Nuxt 3 Content

Lessons

1. Introduction

2:49

2. Project Overview and Setup

3:32

3. Creating Blog Posts with Markdown

4:46

4. Using Vue Components in Markdown

4:14

5. Build the Blog Post List Component

9:14

6. Build the Blog Post Detail Page

10:27

7. Deploying Your Blog

5:06

8. Final Thoughts

1:03

Build the Blog Post List Component

Now that we’ve migrated all our content over to Markdown, it’s time for us to learn how to query those Markdown files and start using them within our app. Currently, our /pages/index.vue is