-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revamp #9
Conversation
This file contains 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
- Added MDX support by including @mdx-js/loader, @mdx-js/react, and @next/mdx in dependencies. - Updated the Article component to use Next.js Link for navigation and improved structure. - Enhanced article data handling with new Frontmatter interface and async article loading. - Adjusted Next.js configuration to support MDX file extensions. - Cleaned up header component by commenting out unnecessary code.
- Added functionality to fetch and display recent articles using the ArticleCard component. - Updated layout to improve responsiveness and organization, separating main content and sidebar. - Removed unnecessary sections and streamlined the presentation of the bio and social links.
- Updated the ArticleCard component to improve visual presentation with hover effects and rounded corners. - Adjusted typography for better readability, including changes to font sizes and colors. - Streamlined the layout by reorganizing elements and enhancing the link styles for better user interaction.
- Enhanced the Home page layout by reorganizing sections for better visual hierarchy and responsiveness. - Removed redundant Resume component from the Home page and added a link to view all articles. - Updated the About page to include the Resume component and improved text formatting for clarity. - Adjusted social links presentation for a more streamlined appearance.
- Downgraded Next.js and related dependencies from version 15.2.2 to 15.1.7 in both package.json and bun.lock files for compatibility reasons. - Refactored layout styles in the RootLayout component to remove unnecessary dark mode classes. - Enhanced article layout by simplifying the structure and improving tag display in the Article component. - Updated MDX component styles for better typography and spacing consistency.
- Updated global styles to replace font families with Noto Sans for improved typography. - Enhanced the Article component by adding a metadata generation function for better SEO and social sharing. - Made minor adjustments to the navigation component for consistency in code style.
- Replaced anchor tags with Next.js Link component in the Home page for better navigation. - Updated metadata generation in the article page to use a Promise for slug handling. - Refined type definitions in Avatar and Card components for better type safety. - Enhanced MDX component handling for images, ensuring proper rendering and alt text support. - Cleaned up imports and adjusted component structure for improved readability and maintainability.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.