From f558c7c5d0c2ab44b91358d49e2d77d95879a94f Mon Sep 17 00:00:00 2001 From: Krem Date: Wed, 1 Jul 2026 23:56:38 +0200 Subject: [PATCH] Remove individual blog posts --- src/content/blog/first-post.md | 32 ---------------------------- src/content/blog/fourth-porst.md | 9 -------- src/content/blog/second-post.md | 10 --------- src/content/blog/third-porst copy.md | 9 -------- 4 files changed, 60 deletions(-) delete mode 100644 src/content/blog/first-post.md delete mode 100644 src/content/blog/fourth-porst.md delete mode 100644 src/content/blog/second-post.md delete mode 100644 src/content/blog/third-porst copy.md diff --git a/src/content/blog/first-post.md b/src/content/blog/first-post.md deleted file mode 100644 index f73a829..0000000 --- a/src/content/blog/first-post.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: "My First Blog Post" -date: 2025-10-16 -description: "This is my first blog post" ---- - -# This is an example blog post. - -This is the content of my first example blog post. Just trying to see how this looks on my webpage. Not much to look at here. A "work in progress" as they say. - -## Features - -- Yes! -- No! -- Maybe! - -### Python Code: -```python -def print_asterisk_tree(height): - for i in range(1, height + 1): - spaces = ' ' * (height - i) - asterisks = '*' * (2 * i - 1) - print(spaces + asterisks) - -# Example usage: -print_asterisk_tree(5) -``` - -### Javascript Code: -```javascript -console.log("Hello, world!"); -``` \ No newline at end of file diff --git a/src/content/blog/fourth-porst.md b/src/content/blog/fourth-porst.md deleted file mode 100644 index 7046e67..0000000 --- a/src/content/blog/fourth-porst.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "My Fourth Blog Post" -date: 2025-10-16 -description: "This is my fourth blog post" ---- - -# This is an example blog post. - -This is the content of my fourth example blog post. diff --git a/src/content/blog/second-post.md b/src/content/blog/second-post.md deleted file mode 100644 index cbdfd5a..0000000 --- a/src/content/blog/second-post.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -slug: "second-post" -title: "My Second Post" -description: "This is the description of my second post." -date: "2025-04-05" ---- - -# My Second Post - -This is the content of my second post. \ No newline at end of file diff --git a/src/content/blog/third-porst copy.md b/src/content/blog/third-porst copy.md deleted file mode 100644 index 1add0b5..0000000 --- a/src/content/blog/third-porst copy.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "My Third Blog Post" -date: 2025-10-16 -description: "This is my third blog post" ---- - -# This is an example blog post. - -This is the content of my third example blog post.