-
Notifications
You must be signed in to change notification settings - Fork 3
feat(website): add terraphim.ai website migration #378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Migrated terraphim.ai website to new project structure - Set up Zola 0.21.0 static site generator - Configured DeepThought theme with compatibility fixes - Updated configuration for current Zola version - Preserved all content, assets, and customizations - Fixed SASS syntax issues in theme - Updated Netlify deployment configuration - Successfully tested local build and preview - Added large media files to gitignore to reduce repository size Website now ready for deployment from website/ directory.
- Update dist/index.html with production Svelte build assets - Document macOS release pipeline and Homebrew patterns in lessons-learned - Fix clippy lint in nodejs bindings Signed-off-by: Dr Alexander Mikhalev <alex@metacortex.engineer>
- Add claude code hooks and project summary docs - Add HANDOVER.md for async collaboration - Update test settings and website theme submodule
Code Review - PR #378: Website MigrationSummaryThis PR successfully migrates the terraphim.ai website to Zola static site generator and updates the frontend build assets. Overall, this is a solid migration with good documentation. I've identified several areas for improvement below. ✅ Positive Aspects
|
Summary
Changes
dist/index.htmlwith production build (JS bundles, CSS, icons)Test plan
cd website && zola buildcargo build -p terraphim_servercd website && zola serve🤖 Generated with Claude Code