- Moved homepage-recent-posts to archive with 2025-10-31 date - Created new spec at specs/homepage-recent-posts/ - All validation checks pass 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1.3 KiB
1.3 KiB
Tasks: Add Dialogbasierte Anwendungen Blog Post
Implementation Tasks
-
Create blog post directory structure
- Create
content/blog/dialogbasierte-anwendungen/directory - Set up page bundle for bilingual content
- Create
-
Create German blog post
- Create
content/blog/dialogbasierte-anwendungen/index.de.md - Add YAML frontmatter with title, date, description
- Transfer content from Notion source
- Preserve all formatting, links, and structure
- Verify markdown rendering
- Create
-
Create English blog post
- Create
content/blog/dialogbasierte-anwendungen/index.en.md - Add YAML frontmatter with translated title, date, description
- Create natural English translation maintaining technical accuracy
- Adapt Wikipedia links to English versions where applicable
- Verify markdown rendering
- Create
-
Validate implementation
- Run
openspec validate add-dialogbasierte-anwendungen-post --strict - Resolve any validation issues
- Run
-
Test Hugo build
- Run
hugo build - Verify no build errors
- Check both German and English versions render correctly
- Verify all links are functional
- Run
-
Review and commit
- Review generated content
- Create git commit with conventional commit message
- Ready for user review before merging to main