Files
mypage/content/blog/example.md
RJ 5f585e2a9f
Some checks failed
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Failing after 31s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Has been skipped
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Has been skipped
🖼️ added support for links to blogposts and support image sizing from .md files
2025-11-24 12:37:52 +00:00

734 B

title, description, date, author, category, tags
title description date author category tags
Getting Started with Next.js 15 Learn how to build modern web applications with Next.js 15 and TypeScript. 2025-01-07 John Doe Tutorial
nextjs
typescript
tutorial

Getting Started with Next.js 15

Welcome to this example blog post! This post demonstrates how markdown content is rendered.

Features

  • Server Components by default
  • Improved performance
  • Better TypeScript support

Code Example

export default function Page() {
  return <h1>Hello, Next.js 15!</h1>
}

Check out this article:

Check this out

Conclusion

Next.js 15 brings many improvements for building modern web applications.