diff --git a/content/posts/inner-section/_index.md b/content/posts/inner-section/_index.md new file mode 100644 index 00000000..3f3fe3ab --- /dev/null +++ b/content/posts/inner-section/_index.md @@ -0,0 +1,5 @@ +--- +title: Inner Section +description: This section contains inner pages to test the section and page layouts in Hugo. +date: 2026-04-11 +--- diff --git a/content/posts/inner-section/cover-page/image.png b/content/posts/inner-section/cover-page/image.png new file mode 100644 index 00000000..03deaaac Binary files /dev/null and b/content/posts/inner-section/cover-page/image.png differ diff --git a/content/posts/inner-section/cover-page/index.md b/content/posts/inner-section/cover-page/index.md new file mode 100644 index 00000000..7362275b --- /dev/null +++ b/content/posts/inner-section/cover-page/index.md @@ -0,0 +1,15 @@ +--- +title: Cover Image +description: This page is created to test the cover image functionality in Hugo. +summary: This is a test page to verify that the cover image is displayed correctly in Hugo. +date: 2026-04-11 +draft: true +cover: + image: image.png + alt: "A sample cover image" + caption: "This is a caption for the cover image." +--- + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.