- Complete PHP CMS with Bootstrap 5 - Multi-format content support (MD/PHP/HTML) - Dynamic navigation with collapsible folders - Search functionality with snippets - WCAG compliant design - Blog content imported from Edwin Noorlander's personal blog - README with project background and credits
732 B
732 B
Welcome to CodePress
This is a simple PHP CMS built with Bootstrap and Mustache-style templating.
Features
- Dynamic Content: Supports both Markdown and PHP files
- Auto-generated Menu: Automatically creates navigation from content directory structure
- Responsive Design: Built with Bootstrap 5
- Simple Configuration: Easy to customize via config.php
Getting Started
- Add your content files to the
content/directory - Use either
.mdor.phpextensions - The menu will automatically update to show your content structure
Content Structure
The content directory structure determines the navigation menu. Folders become section headers and files become menu items.
Enjoy using CodePress!