From 456cf011b36de91c9936994b1fa45703adcd309b Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Thu, 3 Jul 2025 10:56:21 +0300 Subject: Initial fork of chrismwilliams/astro-theme-cactus theme --- src/content/tag/image.md | 7 +++++++ src/content/tag/markdown.md | 8 ++++++++ src/content/tag/test.md | 15 +++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 src/content/tag/image.md create mode 100644 src/content/tag/markdown.md create mode 100644 src/content/tag/test.md (limited to 'src/content/tag') diff --git a/src/content/tag/image.md b/src/content/tag/image.md new file mode 100644 index 0000000..35cf3fd --- /dev/null +++ b/src/content/tag/image.md @@ -0,0 +1,7 @@ +--- +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 new file mode 100644 index 0000000..eaff3b8 --- /dev/null +++ b/src/content/tag/markdown.md @@ -0,0 +1,8 @@ +--- +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 new file mode 100644 index 0000000..8cf5f41 --- /dev/null +++ b/src/content/tag/test.md @@ -0,0 +1,15 @@ +--- +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. -- cgit v1.2.3