Skip to content

Conversation

Copy link

Copilot AI commented Oct 31, 2025

Adds a page layout for static pages (About, Contact, etc.) that don't need blog post metadata like dates and categories.

Changes

  • New layout: _layouts/page.html - simplified version of post.html without date, categories, and category modal
  • Example pages: about.md and contact.md demonstrating the layout
  • Cleanup: Added vendor/ to .gitignore

Usage

---
title: About
layout: page
---

Your content here...

The layout maintains the theme's design consistency while removing post-specific elements.

Original prompt

add support for pages with a new layout named page. Keep it simple like blog post page


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@sharadcodes sharadcodes marked this pull request as ready for review October 31, 2025 13:13
Copilot AI and others added 4 commits October 31, 2025 13:13
Co-authored-by: sharadcodes <36638057+sharadcodes@users.noreply.github.com>
Co-authored-by: sharadcodes <36638057+sharadcodes@users.noreply.github.com>
Co-authored-by: sharadcodes <36638057+sharadcodes@users.noreply.github.com>
Co-authored-by: sharadcodes <36638057+sharadcodes@users.noreply.github.com>
Copilot AI changed the title [WIP] Add support for new page layout named page Add page layout for static content without post metadata Oct 31, 2025
Copilot AI requested a review from sharadcodes October 31, 2025 13:22
Copilot finished work on behalf of sharadcodes October 31, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants