Small portfolio focused CMS.
  • PHP 92.4%
  • HTML 4%
  • CSS 3.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-22 05:28:53 +00:00
fb Update 2026-07-20 17:03:32 +02:00
.gitignore Removed DB 2026-07-19 18:45:49 +02:00
index.php Templating and basic DB 2026-07-19 18:45:05 +02:00
README.md Update README.md 2026-07-22 05:28:53 +00:00

Folder BOX

Small portfolio focused CMS. Inspired by W. Allowing single level nesting (/{category}/{page}).

Features

  • Markdown pages
  • Templates
  • Simple admin UI
  • Single level nesting

Structure

  • fb/ - Folder BOX source.
    • init.php - main script that prepares Folder Box.
    • controllers/ - ...
    • templates/ - UI Templates used by the internal parts of FolderBOX (like admin UI)
  • index.php - User side main file (requires init.php and starts Bootstrap)