folderweb/app/default/content/about/00-introduction.md
Ruben b507a0c676 Add multi-file page support and improve documentation
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
2025-11-01 18:20:23 +01:00

681 B

About FolderWeb

FolderWeb is a minimalist PHP framework designed for simplicity, longevity, and maintainability. It's built on a simple philosophy: just enough, nothing more.

Philosophy

Modern web development has become unnecessarily complex. Build tools, package managers, JavaScript frameworks that change every few months—it's exhausting and unsustainable.

FolderWeb is different. It's built to:

  • Work for decades without requiring constant updates
  • Be understandable by reading a few hundred lines of code
  • Stay maintainable without specialized knowledge
  • Load fast with no JavaScript overhead
  • Just work without configuration or setup