From 0dbe4317e2ba11c0d0099959d91ad95117db13f3 Mon Sep 17 00:00:00 2001 From: Edwin Noorlander Date: Wed, 19 Nov 2025 13:45:07 +0100 Subject: [PATCH] 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 --- content/about/about.md | 24 -------------- content/blog/getting-started.md | 28 ---------------- content/blog/index.md | 11 ------- content/contact.html | 36 --------------------- content/demo.php | 39 ----------------------- content/docs/tutorials/css/layout.md | 11 ------- content/docs/tutorials/html/semantic.md | 11 ------- content/docs/tutorials/php/basics.md | 11 ------- content/home.md | 27 ++++++++-------- content/projects/mobile/pwa.md | 11 ------- content/projects/web/content/ecommerce.md | 11 ------- content/test/docs/iets.md | 0 12 files changed, 13 insertions(+), 207 deletions(-) delete mode 100644 content/about/about.md delete mode 100644 content/blog/getting-started.md delete mode 100644 content/blog/index.md delete mode 100644 content/contact.html delete mode 100644 content/demo.php delete mode 100644 content/docs/tutorials/css/layout.md delete mode 100644 content/docs/tutorials/html/semantic.md delete mode 100644 content/docs/tutorials/php/basics.md delete mode 100644 content/projects/mobile/pwa.md delete mode 100644 content/projects/web/content/ecommerce.md delete mode 100644 content/test/docs/iets.md diff --git a/content/about/about.md b/content/about/about.md deleted file mode 100644 index 23e9376..0000000 --- a/content/about/about.md +++ /dev/null @@ -1,24 +0,0 @@ -# About CodePress - -CodePress is a lightweight content management system designed for simplicity and ease of use. - -## Philosophy - -- **Simplicity First**: No complex database required -- **File-based**: Content is stored in simple files -- **Flexible**: Support for both static content (Markdown) and dynamic content (PHP) -- **Modern**: Built with responsive Bootstrap 5 design - -## Technology Stack - -- **PHP 7.4+** for server-side logic -- **Bootstrap 5** for responsive design -- **File-based content storage** -- **Simple templating system** - -## Perfect For - -- Personal blogs -- Documentation sites -- Small business websites -- Portfolio sites \ No newline at end of file diff --git a/content/blog/getting-started.md b/content/blog/getting-started.md deleted file mode 100644 index 39c472d..0000000 --- a/content/blog/getting-started.md +++ /dev/null @@ -1,28 +0,0 @@ -# Getting Started with CodePress - -Learn how to set up your first CodePress website in just a few minutes. - -## Installation - -1. Download the CodePress files -2. Upload to your PHP-enabled server -3. Set appropriate permissions -4. Start adding content! - -## Your First Page - -Create a new file in the `content/` directory: - -```markdown -# My First Page - -This is the content of my first page. -``` - -Save it as `my-page.md` and visit `?page=my-page` to see it live! - -## Advanced Features - -- Use PHP files for dynamic content -- Organize content in subdirectories -- Customize the appearance through templates \ No newline at end of file diff --git a/content/blog/index.md b/content/blog/index.md deleted file mode 100644 index ac7102b..0000000 --- a/content/blog/index.md +++ /dev/null @@ -1,11 +0,0 @@ -# Blog - -Welcome to our blog section. Here you'll find articles, tutorials, and updates about CodePress and web development. - -## Recent Posts - -Check out our latest blog posts using the menu on the left. - -## Categories - -Our blog posts are organized into different categories for easy navigation. \ No newline at end of file diff --git a/content/contact.html b/content/contact.html deleted file mode 100644 index 006ba60..0000000 --- a/content/contact.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - Contact Us - - -

Contact Us

- -
-
-
- - -
-
- - -
-
- - -
- -
-
- -
-

Contact Information

-

Email: info@codepress.com

-

Phone: +31 123 456 789

-

Address: Amsterdam, Netherlands

-
- - \ No newline at end of file diff --git a/content/demo.php b/content/demo.php deleted file mode 100644 index efa26ab..0000000 --- a/content/demo.php +++ /dev/null @@ -1,39 +0,0 @@ - - -

PHP Dynamic Content

- -

This page demonstrates how PHP files can generate dynamic content.

- -
- Current Time: -
- -
-
- Statistics -
-
-

Visitor Count:

-

PHP Version:

-

Server Software:

-
-
- -

Random Quote

- - -
-

-
\ No newline at end of file diff --git a/content/docs/tutorials/css/layout.md b/content/docs/tutorials/css/layout.md deleted file mode 100644 index 0d1937e..0000000 --- a/content/docs/tutorials/css/layout.md +++ /dev/null @@ -1,11 +0,0 @@ -# CSS Tutorials - -Style your web pages with modern CSS. - -## Flexbox and Grid - -Modern layout techniques for responsive design. - -## Animations - -Create smooth animations and transitions. \ No newline at end of file diff --git a/content/docs/tutorials/html/semantic.md b/content/docs/tutorials/html/semantic.md deleted file mode 100644 index ec17dc9..0000000 --- a/content/docs/tutorials/html/semantic.md +++ /dev/null @@ -1,11 +0,0 @@ -# HTML Tutorials - -Master HTML5 and modern web development. - -## Semantic HTML - -Learn about proper HTML structure and accessibility. - -## Forms and Input - -Creating interactive forms and validation. \ No newline at end of file diff --git a/content/docs/tutorials/php/basics.md b/content/docs/tutorials/php/basics.md deleted file mode 100644 index 83eb18e..0000000 --- a/content/docs/tutorials/php/basics.md +++ /dev/null @@ -1,11 +0,0 @@ -# PHP Tutorials - -Learn PHP programming with our comprehensive tutorials. - -## Getting Started - -Introduction to PHP basics and syntax. - -## Advanced Topics - -Object-oriented programming, databases, and more. \ No newline at end of file diff --git a/content/home.md b/content/home.md index fde403b..b552347 100644 --- a/content/home.md +++ b/content/home.md @@ -1,22 +1,21 @@ -# Welcome to CodePress +# CodePress Blog -This is a simple PHP CMS built with Bootstrap and Mustache-style templating. +Welkom op de persoonlijke blog van Edwin Noorlander. Hier deel ik mijn gedachten, ervaringen en kennis over technologie, open-source software en digitale transformatie. -## Features +## Categorieƫn -- **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 +### Over Mij +- [Welkom, ik ben Edwin](/blog/over-mij/welkom) - Mijn persoonlijke verhaal en achtergrond -## Getting Started +### Open Source +- [De Toekomst van ICT](/blog/open-source/de-toekomst-van-ict) - Hoe open source software de werkvloer transformeert +- [Standaardisatie](/blog/open-source/standaardisatie) - Het belang van standaarden en de tegenstelling tussen commerciƫle bedrijven en open-source gemeenschappen -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 +### Leren & Ontwikkeling +- [Kennis boven Aantallen](/blog/leren/kennis-boven-aantallen) - Het cruciale belang van kennis boven personeelsaantallen in de werkkracht -## Content Structure +## Over Edwin Noorlander -The content directory structure determines the navigation menu. Folders become section headers and files become menu items. +Ik ben adviseur bij de overheid met een passie voor technologie, innovatie en open-source software. Met een achtergrond in micro-elektronica en diverse programmeertalen, deel ik graag mijn kennis en ervaringen om anderen te inspireren. -Enjoy using CodePress! \ No newline at end of file +**Meer weten?** Bezoek mijn [persoonlijke website](https://noorlander.info) of volg mijn projecten op [GitLab](https://git.noorlander.info). \ No newline at end of file diff --git a/content/projects/mobile/pwa.md b/content/projects/mobile/pwa.md deleted file mode 100644 index 79d7ed0..0000000 --- a/content/projects/mobile/pwa.md +++ /dev/null @@ -1,11 +0,0 @@ -# Mobile Projects - -Mobile application development examples. - -## React Native App - -Cross-platform mobile application. - -## Progressive Web App - -Modern PWA with offline functionality. \ No newline at end of file diff --git a/content/projects/web/content/ecommerce.md b/content/projects/web/content/ecommerce.md deleted file mode 100644 index 537e220..0000000 --- a/content/projects/web/content/ecommerce.md +++ /dev/null @@ -1,11 +0,0 @@ -# Web Projects - -Examples of web development projects. - -## E-commerce Site - -Full-stack e-commerce application. - -## Blog Platform - -Content management system with user authentication. \ No newline at end of file diff --git a/content/test/docs/iets.md b/content/test/docs/iets.md deleted file mode 100644 index e69de29..0000000