My first Blog Post

Learning how to use @nuxt/content to create a blog
my first blog post
Article last updated: March 7, 2021

My first blog post

Welcome to my first blog post using content module

This is a heading

This is some more info

This is a sub heading

This is some more info

This is another sub heading

This is some more info

This is another heading

This is some more info

HTML:

This is HTML inside markdown that has a class of note

Vue:

default

nuxt.config.js
export default {
  nuxt: "is the best"
}
my-first-blog-post.md
<p>code styling is easy</p>