ReadmeCodeGen Logo
ReadmeCodeGen
DEBUG: Article Schema JSON
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Welcome to the Blog!",
  "description": "This is the first blog post. Here you can write about updates, tutorials, or anything else.",
  "url": "https://readmecodegen.vercel.app/blog/first-blog-post",
  "image": "https://readmecodegen.vercel.app/api/og-generator?title=Welcome+to+the+Blog%21&template=article",
  "datePublished": "2024-07-01",
  "dateModified": "2024-07-01",
  "author": {
    "@type": "Person",
    "name": "Admin"
  },
  "publisher": {
    "@type": "Organization",
    "name": "ReadmeCodeGen",
    "logo": {
      "@type": "ImageObject",
      "url": "https://readmecodegen.vercel.app/logo.png"
    }
  },
  "mainEntityOfPage": "https://readmecodegen.vercel.app/blog/first-blog-post"
}

Welcome to the Blog!

This is the first blog post. Here you can write about updates, tutorials, or anything else.

A
AdminJuly 1, 2024
#announcement#introduction
Share

Welcome to the Blog!

This is the first blog post. Here you can write about updates, tutorials, or anything else.

Getting Started

To add a new blog post, create a new file in content/blog/ and add it to the blogs array in src/lib/blog/blogs.ts.

Features

  • Automatic Table of Contents (TOC) on the right
  • Easy content management
  • Consistent design with docs

Subsection Example

This is a subsection to demonstrate TOC highlighting.