feat: implement blog section with first article

Add blog functionality to the Hugo site:
- Create blog content structure (content/blog/)
- Add blog list and single templates (layouts/blog/)
- Add blog navigation to menu
- Publish first article: "KI Generierte Website - ein Praxisbeispiel"
- Support multilingual structure (German/English)
- Add code block styling for blog posts

The blog section is now accessible at /de/blog/ and /en/blog/
with proper navigation, responsive design, and semantic HTML.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-31 08:55:03 +01:00
co-authored by Claude
parent e3f78f2522
commit 29449a8df2
7 changed files with 161 additions and 28 deletions
+6
View File
@@ -12,3 +12,9 @@
// }
// Add your custom styles here
.highlight {
pre {
padding: 1em;
}
}