Introduction

StartEase uses Nuxt Content for blog.

It allows you to easily write blogs to boost your SEO.

Writing blogs

Everything is already set up, so you can start writing your blogs immediately:

  1. Create a new .md file in the folder content/blog

  2. Include the following metadata at the top of the file

    ---
    title: "Your Title"
    description: "Your Description"
    image: your-image-url
    published: 2024/12/3
    author: your-name
    avatarUrl: your-avatar-url
    ---
    

🎉 Congrats! You can start writing your blog!