From 417cbec1bd52c239f28c19b7affcdec693e803fd Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Mon, 12 May 2025 14:52:39 -0400 Subject: some styling --- zola-static/content/blog/first.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'zola-static/content/blog') 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 + +int main() { + std::cout << "hello world" << std::endl; +} +``` -- cgit v1.2.3