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

Creating Blog Posts with Markdown

With a plugin like Nuxt Content, one of the things you might have noticed is that there isn’t any Markdown files to be found in the project! 🙀 And if this is your first time using Markdown, no worries, I got you covered in this lesson to provide a foundational overview. So let’s jump right in, shall we?

Where should Markdown cont