Conversation
* Bump follow-redirects from 1.15.3 to 1.15.6 (#2) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Seamain <quanminjun37@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seamain <quanminjun37@gmail.com> * Bump nanoid from 3.3.7 to 3.3.8 (#4) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump vite from 6.0.6 to 6.2.5 (#7) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.6 to 6.2.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.2.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: update dependencies and refactor API interfaces - Updated dependencies in package.json for various packages including @astrojs/rss, @astrojs/sitemap, and others. - Refactored API calls in About.ts, Category.ts, Friend.ts, and Post.ts to remove the use of Attribute interface, simplifying data handling. - Adjusted PostCard.astro to handle avatar URLs more gracefully. - Removed the Attribute interface as it was no longer needed. - Updated the Author, Category, and Post interfaces to reflect changes in data structure. - Modified category filtering logic in [...page].astro to align with new data structure. - Updated feed.xml.js to reflect changes in post data structure. - Adjusted friends.astro to access friend properties directly. - Simplified index.astro and [slug].astro to work with the new data structure. --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Seamain <quanminjun37@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…cript to BasicStyle.astro
Signed-off-by: Seamain <quanminjun37@gmail.com>
… improved clarity
- Updated BasicStyle.astro to ensure full width and minimum height for the body. - Redesigned Footer.astro with a new layout and improved styling for social links and contact information. - Revamped About page with a more structured layout, added highlight statistics, and a timeline of the author's journey. - Improved Categories page layout with enhanced styling and a more engaging presentation of categories. - Redesigned Friends page to better showcase friends with improved card layouts and hover effects. - Enhanced Index page with a welcoming section and improved post card presentation. - Updated Post page layout for better readability and visual appeal, including author and post details. - Adjusted Tailwind CSS configuration to introduce a new breakpoint for better responsiveness.
Signed-off-by: Seamain <quanminjun37@gmail.com>
- Updated styles in Pagination, PostCard, BasicStyle, Footer, About, Categories, Friends, Index, and Post pages to support dark mode. - Enhanced button and card styles for better visibility in dark mode. - Added dark mode classes to various elements for improved user experience. - Configured Tailwind CSS to enable dark mode using 'class' strategy.
Signed-off-by: Seamain <quanminjun37@gmail.com>
- Removed @astrojs/tailwind and added @tailwindcss/vite for Tailwind CSS integration. - Updated tailwindcss to version 4.1.17. - Imported global CSS file in BasicStyle.astro to include Tailwind CSS styles. - Created global.css file to import Tailwind CSS.
* Bump follow-redirects from 1.15.3 to 1.15.6 (#2) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.3...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Seamain <quanminjun37@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seamain <quanminjun37@gmail.com> * Bump nanoid from 3.3.7 to 3.3.8 (#4) Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump vite from 6.0.6 to 6.2.5 (#7) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.6 to 6.2.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.2.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: update dependencies and refactor API interfaces - Updated dependencies in package.json for various packages including @astrojs/rss, @astrojs/sitemap, and others. - Refactored API calls in About.ts, Category.ts, Friend.ts, and Post.ts to remove the use of Attribute interface, simplifying data handling. - Adjusted PostCard.astro to handle avatar URLs more gracefully. - Removed the Attribute interface as it was no longer needed. - Updated the Author, Category, and Post interfaces to reflect changes in data structure. - Modified category filtering logic in [...page].astro to align with new data structure. - Updated feed.xml.js to reflect changes in post data structure. - Adjusted friends.astro to access friend properties directly. - Simplified index.astro and [slug].astro to work with the new data structure. --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Seamain <quanminjun37@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…cript to BasicStyle.astro
- Updated BasicStyle.astro to ensure full width and minimum height for the body. - Redesigned Footer.astro with a new layout and improved styling for social links and contact information. - Revamped About page with a more structured layout, added highlight statistics, and a timeline of the author's journey. - Improved Categories page layout with enhanced styling and a more engaging presentation of categories. - Redesigned Friends page to better showcase friends with improved card layouts and hover effects. - Enhanced Index page with a welcoming section and improved post card presentation. - Updated Post page layout for better readability and visual appeal, including author and post details. - Adjusted Tailwind CSS configuration to introduce a new breakpoint for better responsiveness.
- Removed @astrojs/tailwind and added @tailwindcss/vite for Tailwind CSS integration. - Updated tailwindcss to version 4.1.17. - Imported global CSS file in BasicStyle.astro to include Tailwind CSS styles. - Created global.css file to import Tailwind CSS.
Signed-off-by: Seamain <quanminjun37@gmail.com>
…ter responsiveness
- Updated @astrojs/rss from ^4.0.14 to ^4.0.15 - Updated @astrojs/sitemap from ^3.6.0 to ^3.7.0 - Updated @tailwindcss/vite from ^4.1.17 to ^4.1.18 - Updated @vercel/og from ^0.8.5 to ^0.8.6 - Updated astro from ^5.16.0 to ^5.16.11 - Updated satori from ^0.18.3 to ^0.19.1 - Updated tailwindcss from ^4.1.17 to ^4.1.18
Signed-off-by: Seamain <quanminjun37@gmail.com>
Signed-off-by: Seamain <quanminjun37@gmail.com>
# Conflicts: # package-lock.json resolved by develop version
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying blog-new with
|
| Latest commit: |
1d9e218
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e7651cf6.blog-new-9i3.pages.dev |
| Branch Preview URL: | https://develop.blog-new-9i3.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.