summaryrefslogtreecommitdiff
path: root/src/content/tag
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-03 17:27:48 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-03 17:27:48 +0300
commit0df973de7b554008383a23fd4fc2a0b8e1401b37 (patch)
treef52b7e58b6bc80c0731d48a15016c1a7ff55c422 /src/content/tag
parent0b6a5881b99027be9a175e7d1f2b112daef1ab51 (diff)
Cleanup and firt post
Diffstat (limited to 'src/content/tag')
-rw-r--r--src/content/tag/archived.md5
-rw-r--r--src/content/tag/devops101.md10
-rw-r--r--src/content/tag/image.md7
-rw-r--r--src/content/tag/markdown.md8
-rw-r--r--src/content/tag/test.md15
5 files changed, 15 insertions, 30 deletions
diff --git a/src/content/tag/archived.md b/src/content/tag/archived.md
new file mode 100644
index 0000000..e15003a
--- /dev/null
+++ b/src/content/tag/archived.md
@@ -0,0 +1,5 @@
+---
+title: Archived
+---
+
+Old and archived posts, nothing to see here.
diff --git a/src/content/tag/devops101.md b/src/content/tag/devops101.md
new file mode 100644
index 0000000..52c20a9
--- /dev/null
+++ b/src/content/tag/devops101.md
@@ -0,0 +1,10 @@
+---
+title: DevOps101
+description: Series of posts about what to learn to become a Senior DevOps Engineer.
+---
+
+The *DevOps101* tag is a series that covers the most important topics from my journey to becoming a senior DevOps engineer.
+
+This is my subjective view on what someone in this role should know to be an independent, autonomous engineer-capable of providing consultation on both high- and low-level topics I deal with day to day.
+
+Feel free to explore the posts in any order. I’ve grouped technologies, tools, and methodologies into logical categories where possible.
diff --git a/src/content/tag/image.md b/src/content/tag/image.md
deleted file mode 100644
index 35cf3fd..0000000
--- a/src/content/tag/image.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-description: Learn about image handling in Astro Cactus
----
-
-This is an example of a custom intro on a tag page. Its markdown can be found in `src/content/tag/image.md`.
-
-Posts tagged with "image" demonstrate various image-related features including cover images, social media cards, and image optimization.
diff --git a/src/content/tag/markdown.md b/src/content/tag/markdown.md
deleted file mode 100644
index eaff3b8..0000000
--- a/src/content/tag/markdown.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: Markdown Features
-description: Posts showcasing markdown and MDX capabilities
----
-
-This is an example of a custom intro on a tag page. Its markdown can be found in `src/content/tag/markdown.md`.
-
-This tag includes posts that demonstrate the markdown processing capabilities of this theme.
diff --git a/src/content/tag/test.md b/src/content/tag/test.md
deleted file mode 100644
index 8cf5f41..0000000
--- a/src/content/tag/test.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: Test Tag
-description: This tag is used for testing various features of the theme.
----
-
-This is an example of a custom intro on a tag page. Its markdown can be found in `src/content/tag/test.md`.
-
-This collection includes posts that demonstrate and test different features of the Astro Theme Cactus, including:
-
-- Markdown rendering capabilities
-- Image handling and optimization
-- Table of contents generation
-- Various edge cases and scenarios
-
-Feel free to explore these posts to understand how the theme handles different content types and configurations.