feat(posts): add sample markdown content for testing rendering

This commit is contained in:
Aditya Telange
2026-05-09 21:49:09 +05:30
parent 0cb2264ad3
commit eb4aea7577
4 changed files with 162 additions and 0 deletions
+6
View File
@@ -3,3 +3,9 @@ title: Inner Section
description: This section contains inner pages to test the section and page layouts in Hugo.
date: 2026-04-11
---
Section/List pages can include markdown content as well. Simply add the content in the `_index.md` file of the section. The content will be rendered above the list of pages in that section.
You can add images, links, and other markdown content in the `_index.md` file. This allows you to provide an introduction or overview of the section before listing the individual pages.
![Example Image](https://placehold.co/800x200.png?text=Section+Image)