Sample Article Title
This is a sample article to demonstrate the MDX format used in this blog.
Getting Started
You can write content using standard Markdown syntax. The frontmatter at the top of the file contains metadata about your article:
title: The title of your articledescription: A short description for SEO and previewsslug: The URL path for the articledate: The publication date (YYYY-MM-DD format)
Optional Frontmatter Fields
You can also use these optional fields:
image: Path to a featured image (e.g.,/static/images/my-image.jpg)canonical_url: If the article was originally published elsewhereskip: Set totrueto hide from the articles list
Code Examples
Here's how code blocks look:
function greet(name) {
console.log(`Hello, ${name}!`);
}
greet('World');
Links and Images
You can add links like this and images using standard Markdown syntax.
Delete this file and create your own articles to get started!