# 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 1. Add your content files to the `content/` directory 2. Use either `.md` or `.php` extensions 3. 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!