3 Commits

Author SHA1 Message Date
d03730a7fa feat: 重构构建工作流,分离前端和后端构建步骤 2025-07-25 04:15:59 +08:00
f1e5959440 ️ feat: 更新 Docker 配置,优化前端环境变量设置并添加部署工作流 2025-07-25 04:13:56 +08:00
5fac42439a ️ feat: add post fetching by ID and improve blog home page
- Implemented `getPostById` API function to fetch a post by its ID.
- Refactored the main page to use a new `BlogHome` component for better organization.
- Added loading state and sorting functionality for posts on the blog home page.
- Integrated label fetching and display on the blog home page.
- Enhanced the blog card component with improved layout and statistics display.
- Updated the navbar to use dynamic configuration values.
- Added Docker support with a comprehensive build and push workflow.
- Created a custom hook `useStoredState` for managing local storage state.
- Added a new page for displaying individual posts with metadata generation.
- Removed unused components and files to streamline the codebase.
2025-07-25 03:58:53 +08:00