From fad3843b2ba6176a4c0834b66e27584fcf7aed17 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 26 Dec 2025 18:48:58 -0500 Subject: move articles to directories --- zola-static/content/blog/first.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 zola-static/content/blog/first.md (limited to 'zola-static/content/blog/first.md') diff --git a/zola-static/content/blog/first.md b/zola-static/content/blog/first.md deleted file mode 100644 index bfed8ba..0000000 --- a/zola-static/content/blog/first.md +++ /dev/null @@ -1,18 +0,0 @@ -+++ -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; -} -``` -- cgit v1.2.3