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
This commit is contained in:
2025-11-19 13:45:07 +01:00
parent 4d3c3391f7
commit 0dbe4317e2
12 changed files with 13 additions and 207 deletions

View File

@@ -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

View File

@@ -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.