Update README to explain multi-file page functionality Add example content files demonstrating the feature Improve folder type detection logic Implement new routing for page-type folders Add support for mixed content types in single pages Update navigation and metadata handling for multi-file pages Remove legacy frontpage.php in favor of multi-file approach Improve file-based routing documentation Add examples of different content types working together Update router to handle multi-file content rendering Implement proper sorting of content files Add best practices for multi-file content organization
538 B
538 B
About This Frontpage
This frontpage demonstrates the multi-file approach! It's composed of:
00-welcome.php- Hero header (PHP/HTML)00a-getting-started.md- Getting started guide (Markdown)01-core-concepts.md- Core concepts (Markdown)02-features.html- Features and links (HTML)03-this-page-demo.md- This explanation (Markdown)
All files in the root /content folder are rendered together, just like pages in subfolders. Name your files anything you want—they'll render in alphanumerical order.