title: Sample post: My second blog
description: A sample post to validate the Markdown→HTML pipeline and OG cover rendering.
date: 2025-09-05
draft: true
cover: assets/blog/my-second-post-en.png
Preface
This is a paragraph written in Markdown. You can write lists, quotes, and code:
- Point one
- Point two
This is a blockquote.
export function hello(name){
return `Hello, ${name}!`;
}
Inline math: $a^2 + b^2 = c^2$
Block math:
$$
e^{i\pi} + 1 = 0
$$