+++ title = "My First Article" date = 2025-05-11 updated = 2025-05-12 +++ This is my first blog post. I am using this post to learn how to configure my site and its style. > This article is going to be weird, and use a lot of features. ### Code block test ```c++,name=main.cpp #include int main() { std::cout << "hello world" << std::endl; } ```