CodePress/content/home.md
Edwin Noorlander 4d3c3391f7 Initial commit: CodePress CMS with blog content from noorlander.info
- 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
2025-11-19 13:41:28 +01:00

22 lines
732 B
Markdown

# 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!