Files
narlblog/data/posts/another-post.md
T

466 B

date, summary, tags, draft
date summary tags draft
2026-05-09 Markdown smoke test — bold, italic, links, blockquotes, fenced code.
meta
false

My Second Blog Post

Adding some more content to test the layout and the glassy look!

Markdown Testing

"The only way to do great work is to love what you do." - Steve Jobs

fn main() {
    println!("Hello from Rust!");
}

Enjoy reading!