v

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 article
  • description: A short description for SEO and previews
  • slug: The URL path for the article
  • date: 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 elsewhere
  • skip: Set to true to 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!