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
666 B
666 B
Get Started
Ready to build something simple and lasting?
- Create a
/contentfolder - Add your first
.mdfile - That's it—you're publishing
No build step. No npm install. No configuration files. Just content.
This page demonstrates FolderWeb's multi-file approach. Notice how this page is built from multiple files that render in alphanumerical order:
00-introduction.md- Markdown content01-design-principles.html- Static HTML02-technology-stack.php- Dynamic PHP (shows current date)03-what-it-is-not.md- More Markdown04-get-started.md- This section
Mix file types freely. They all render together seamlessly!