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
21 lines
666 B
Markdown
21 lines
666 B
Markdown
## Get Started
|
|
|
|
Ready to build something simple and lasting?
|
|
|
|
1. Create a `/content` folder
|
|
2. Add your first `.md` file
|
|
3. 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 content
|
|
- `01-design-principles.html` - Static HTML
|
|
- `02-technology-stack.php` - Dynamic PHP (shows current date)
|
|
- `03-what-it-is-not.md` - More Markdown
|
|
- `04-get-started.md` - This section
|
|
|
|
Mix file types freely. They all render together seamlessly!
|