22 lines
666 B
Markdown
22 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!
|