diff options
Diffstat (limited to 'src/content/tag')
| -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 |
3 files changed, 30 insertions, 0 deletions
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. |
