Add remaining blog content from noorlander.info

- Added 'Excel als Database' article in ICT category
- Added 'Open Source Voorbeelden' article in Linux category
- Updated home.md with new category links
- Complete blog content now available
- All 6 articles from noorlander.info imported
This commit is contained in:
2025-11-19 14:16:18 +01:00
parent 8a01d0bc99
commit e5839d10a1
4 changed files with 73 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ return [
'site_title' => 'CodePress',
'site_description' => 'A simple PHP CMS',
'base_url' => '/',
'content_dir' => __DIR__ . '/public/content',
'content_dir' => __DIR__ . '/content',
'templates_dir' => __DIR__ . '/templates',
'cache_dir' => __DIR__ . '/cache',
'default_page' => 'home',