Archive all 6 deployed changes following OpenSpec workflow: - add-minimal-hugo-site → hugo-site spec - add-multilingual-support → internationalization spec - migrate-site-content → content-migration + image-assets specs - add-custom-bootstrap-styling → styling spec - add-cv-page → content-management spec - simple-deployment → deployment spec All changes moved to archive/ with 2025-10-30 date prefix. Created 7 capability specs reflecting deployed functionality. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1.0 KiB
1.0 KiB
1. Hugo Project Setup
- 1.1 Initialize Hugo site structure
- 1.2 Create hugo.toml/yaml configuration file
- 1.3 Set up directory structure (layouts, content, static, data)
2. Layout Templates
- 2.1 Create baseof.html layout template
- 2.2 Create index.html template for homepage
- 2.3 Create default single page template
3. Partials
- 3.1 Create header partial
- 3.2 Create footer partial
- 3.3 Create navigation partial
4. Bootstrap Integration
- 4.1 Add Bootstrap 5.x CSS to project
- 4.2 Configure Bootstrap in base layout
- 4.3 Apply Bootstrap classes to templates
5. Content Migration
- 5.1 Review existing markusgraf.ch HTML structure
- 5.2 Create content files in Hugo format
- 5.3 Migrate static assets (images, fonts, etc.)
6. Testing and Validation
- 6.1 Test Hugo build locally
- 6.2 Verify all pages render correctly
- 6.3 Check responsive design on mobile/tablet/desktop
- 6.4 Validate HTML output
- 6.5 Test accessibility basics