[Week 1 Log] From Zero to Working Website with AI Collaboration
Starting Point: Peak Confusion
What’s a prompt?
Before Week 1 started, I didn’t even know how to ask AI properly. I kept making vague requests like “fix this,” and naturally, the results were a mess.
Week 1 Goals: Working Over Perfect
- ✅ Fix Broken Links: Remove 404 errors
- ✅ Mobile Optimization: Display properly on smartphones
- ✅ i18n Support: Korean/English switching
- ⏳ Basic SEO: Prepare for search visibility
Learnings
1. How to Write Prompts
Before: “Fix the link” After: “The link to log/001-rebrand-launch.html returns a 404 error. Please check the current file structure and update to the correct path.”
2. Git Basics
git status
git add .
git commit -m "Fix broken links"
git push
3. Debugging Mindset
Error messages are not enemies—they’re hints.
Metrics
- Link Errors: 15 → 0
- Mobile Score: 60 → 85
- Commits: 23
- Working Features: 100%
Next Week Plan
- Complete Content Collections
- Add RSS feed
- Auto-generate sitemap
- Performance optimization
Week 1 Complete! 🎉