BLOG-58 Rewrite frontend with svelte kit #61

Merged
squid merged 15 commits from BLOG-58_rewrite_frontend_with_svelte into main 2025-07-23 05:34:25 +08:00

15 Commits

Author SHA1 Message Date
06c66e1a18 BLOG-58 fix: eslint error
All checks were successful
Frontend CI / build (push) Successful in 1m3s
PR Title Check / pr-title-check (pull_request) Successful in 16s
2025-07-23 05:32:35 +08:00
f195b9c108 BLOG-58 refactor: run format
Some checks failed
Frontend CI / build (push) Failing after 1m3s
PR Title Check / pr-title-check (pull_request) Successful in 13s
2025-07-23 05:27:46 +08:00
cefdc94e03 BLOG-58 fix: workflow node version
Some checks failed
PR Title Check / pr-title-check (pull_request) Successful in 17s
Frontend CI / build (push) Failing after 53s
2025-07-23 05:23:29 +08:00
eb4b2f4d6a BLOG-58 refactor: remove nextjs code
Some checks failed
PR Title Check / pr-title-check (pull_request) Successful in 13s
Frontend CI / build (push) Failing after 44s
2025-07-23 05:19:36 +08:00
b0215d167d BLOG-58 feat: add Dockerfile and configure SvelteKit with Node adapter
Some checks failed
Frontend CI / build (push) Has been cancelled
2025-07-23 05:18:08 +08:00
93389813f8 BLOG-58 docs: update frontend framework from Next.js to SvelteKit in README
All checks were successful
Frontend CI / build (push) Successful in 1m33s
2025-07-23 04:55:27 +08:00
7126818745 BLOG-58 fix: time display logic in TerminalLastLine component
All checks were successful
Frontend CI / build (push) Successful in 1m33s
2025-07-23 04:53:20 +08:00
ecb8384c22 BLOG-58 feat: add app versioning support and update layout to include version meta tag
All checks were successful
Frontend CI / build (push) Successful in 1m32s
2025-07-23 04:49:08 +08:00
96a0017f94 BLOG-58 feat: add Motto and MottoAnimatedMark components, update Terminal and page structure
All checks were successful
Frontend CI / build (push) Successful in 1m29s
2025-07-23 04:30:26 +08:00
2a7d0f9878 BLOG-58 feat: implement terminal UI components, refactor Navbar, and update styles
All checks were successful
Frontend CI / build (push) Successful in 1m31s
2025-07-23 04:20:53 +08:00
98802dc862 BLOG-58 feat: add FirstView and SelfTags components, refactor Footer, and update main page structure
All checks were successful
Frontend CI / build (push) Successful in 1m32s
2025-07-23 03:26:55 +08:00
27c74312ad BLOG-58 feat: refactor project structure, update package details, and add Font Awesome icons
All checks were successful
Frontend CI / build (push) Successful in 1m31s
2025-07-23 02:54:46 +08:00
0fd2da1ce6 BLOG-58 feat: implement Navbar and Action components, enhance CSS with Tailwind utilities, and update font imports
All checks were successful
Frontend CI / build (push) Successful in 1m43s
2025-07-23 02:30:04 +08:00
9ce4c11032 BLOG-58 feat: add custom fonts, update HTML structure, and include SVG icons
All checks were successful
Frontend CI / build (push) Successful in 1m36s
- Introduced 'HackNerdMono' font and set default body font to 'Noto Sans TC'.
- Updated HTML to include light and dark mode icons, viewport settings, and Google Fonts.
- Added logo SVGs for light and dark themes.
- Created a robots.txt file for web crawlers.
- Removed unused favicon.svg file.
2025-07-23 01:40:04 +08:00
1e00d8388f BLOG-58 init: svelte project 2025-07-23 01:19:55 +08:00