blob: bfed8ba14dd44df10bf23b370ca848921a3043c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
+++
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 <iostream>
int main() {
std::cout << "hello world" << std::endl;
}
```
|