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 Detail Page

Now that we know how to manage content and query that content with Nuxt Content, it’s time for us to learn how to render the blog post in its entirety. After all, for anyone who’s tried to do this from scratch before, buildi