Commit Graph

12 Commits

Author SHA1 Message Date
cce398d01c fix 2025-06-14 19:50:24 +09:00
f4b4c0a7fa fix ask-AI 2025-06-14 18:51:22 +09:00
eb8280ec14 fix: restore original Ask-AI implementation
Rewrote ask-ai.js to match the original working implementation
from commit 95cee69, using simple functions instead of class-based
approach for better OAuth app integration.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-14 18:43:13 +09:00
ddac65982b fix: rename AskAI to BlogAI to avoid OAuth conflict
OAuth comment system JavaScript was overriding window.AskAI
causing 'AskAI.toggle is not a function' error. Renamed to
BlogAI to prevent naming conflicts.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-14 18:34:42 +09:00
45669437c0 Add GitHub Actions workflows and optimize build performance
- Add release.yml for multi-platform binary builds (Linux, macOS, Windows)
- Add gh-pages-fast.yml for fast deployment using pre-built binaries
- Add build-binary.yml for standalone binary artifact creation
- Optimize Cargo.toml with build profiles and reduced tokio features
- Remove 26MB of unused Font Awesome assets (kept only essential files)
- Font Awesome reduced from 28MB to 1.2MB

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-14 18:24:16 +09:00
13f1785081 update 2025-06-14 15:56:25 +09:00
bb6d51a602 fix css 2025-06-14 13:17:09 +09:00
a4114c5be3 fix theme 2025-06-14 13:17:09 +09:00
5c13dc0a1c fix readme 2025-06-14 13:17:09 +09:00
fd223290df code layout 2025-06-14 13:17:09 +09:00
5f4382911b fix command build 2025-06-14 13:17:09 +09:00
95cee69482 add github 2025-06-14 13:17:08 +09:00