folderweb/app/default/content/03-this-page-demo.md

12 lines
538 B
Markdown
Raw Normal View History

## About This Frontpage
**This frontpage demonstrates the multi-file approach!** It's composed of:
1. `00-welcome.php` - Hero header (PHP/HTML)
2. `00a-getting-started.md` - Getting started guide (Markdown)
3. `01-core-concepts.md` - Core concepts (Markdown)
4. `02-features.html` - Features and links (HTML)
5. `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.