jekyll-theme-serial-programmer
jekyll-theme-serial-programmer copied to clipboard
Add page layout for static content without post metadata
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 ofpost.htmlwithout date, categories, and category modal - Example pages:
about.mdandcontact.mddemonstrating 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.