jekyll-theme-serial-programmer icon indicating copy to clipboard operation
jekyll-theme-serial-programmer copied to clipboard

Add page layout for static content without post metadata

Open Copilot opened this issue 1 month ago • 0 comments

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.

Copilot avatar Oct 31 '25 13:10 Copilot