mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-26 11:06:23 +00:00
⚡️ 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.
This commit is contained in:
@ -8,7 +8,9 @@ const config = {
|
||||
owner: {
|
||||
name: "Snowykami",
|
||||
description: "全栈开发工程师,喜欢分享技术心得和生活感悟。",
|
||||
motto: "And now that story unfolds into a journey that, alone, I set out to"
|
||||
motto: "And now that story unfolds into a journey that, alone, I set out to",
|
||||
avatar: "https://cdn.liteyuki.org/snowykami/avatar.jpg",
|
||||
gravatarEmail: "snowykami@outlook.com"
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user