aboutsummaryrefslogtreecommitdiff
path: root/zola-static/content/blog/first.md
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@gmail.com>2025-05-12 20:16:25 -0400
committerJackJ30 <jackqjamison@gmail.com>2025-05-12 20:16:25 -0400
commit8b5d0b19659b35b7d2433a25a22d188ecbeecddd (patch)
treea44babb5d3f33aeb5e7f23b9456bf68630c3f2e0 /zola-static/content/blog/first.md
parent417cbec1bd52c239f28c19b7affcdec693e803fd (diff)
styling done
Diffstat (limited to 'zola-static/content/blog/first.md')
-rw-r--r--zola-static/content/blog/first.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/zola-static/content/blog/first.md b/zola-static/content/blog/first.md
index ed88f5c..bfed8ba 100644
--- a/zola-static/content/blog/first.md
+++ b/zola-static/content/blog/first.md
@@ -1,12 +1,15 @@
+++
-title = "My first post"
+title = "My First Article"
date = 2025-05-11
+updated = 2025-05-12
+++
-This is my first blog post.
+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++
+```c++,name=main.cpp
#include <iostream>
int main() {