diff options
Diffstat (limited to 'src/content/tag')
| -rw-r--r-- | src/content/tag/archived.md | 5 | ||||
| -rw-r--r-- | src/content/tag/devops101.md | 10 | ||||
| -rw-r--r-- | src/content/tag/image.md | 7 | ||||
| -rw-r--r-- | src/content/tag/markdown.md | 8 | ||||
| -rw-r--r-- | src/content/tag/test.md | 15 |
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. |
