5 Commits

Author SHA1 Message Date
bab8d2db87 Fix icon paths and complete public directory setup
- Copied assets/ directory to public/ for proper icon access
- Icons now work correctly with new public structure
- Fixed missing assets directory in public folder
- Server ready on port 8080 with full functionality
2025-11-19 14:10:16 +01:00
e392bb8d09 Clean main branch for CodePress CMS
- Removed personal blog content from main branch
- Added comprehensive CodePress documentation in home.md
- Updated README.md for general CodePress usage
- Main branch now contains clean CMS framework
- Ready for general CodePress distribution
2025-11-19 14:01:16 +01:00
bd0f6ecbfc Fix Markdown link conversion in parseMarkdown function
- Added regex to convert [text](url) to HTML links
- Added conversion for relative internal links to CMS format
- Links now work properly in blog posts and home page
2025-11-19 13:49:39 +01:00
0dbe4317e2 Remove old content, keep only noorlander.info blog posts
- Removed demo content and old structure
- Updated home.md to showcase blog categories
- Clean content directory with only Edwin's blog posts
2025-11-19 13:45:07 +01:00
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