mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-04 00:06:22 +00:00
5fac42439ae01fdd51700a31b2a9ce205263139f
- 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.
⚡ implement user authentication and database initialization, add models for user, comment, label, and OIDC configuration
⚡ refactor user service methods, implement OIDC login and user management features, and enhance token handling
⚡ add like functionality with Like model, implement like/unlike methods, and update Post and Comment models to track like counts
⚡ implement email verification feature, add captcha validation middleware, and enhance user authentication flow
⚡ implement email verification feature, add captcha validation middleware, and enhance user authentication flow
neo-blog
新的博客,前端由next驱动,后端由hertz驱动
Languages
Go
52%
TypeScript
44.3%
CSS
2%
Smarty
0.9%
Dockerfile
0.5%
Other
0.3%