diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-05-12 14:52:39 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-05-12 14:52:39 -0400 |
| commit | 417cbec1bd52c239f28c19b7affcdec693e803fd (patch) | |
| tree | 43bb831b91a36740edd9f5164c19577866df5ebf /zola-static/content/blog | |
| parent | 1c831883e0ad3d6edb753248aa3e8be52e8f2e0a (diff) | |
some styling
Diffstat (limited to 'zola-static/content/blog')
| -rw-r--r-- | zola-static/content/blog/first.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/zola-static/content/blog/first.md b/zola-static/content/blog/first.md index f0f068f..ed88f5c 100644 --- a/zola-static/content/blog/first.md +++ b/zola-static/content/blog/first.md @@ -4,3 +4,12 @@ date = 2025-05-11 +++ This is my first blog post. + +### Code block test +```c++ +#include <iostream> + +int main() { + std::cout << "hello world" << std::endl; +} +``` |
