Merged
Conversation
…ation, and tag display
style: adjust z-index for improved mobile navigation visibility in Navbar component
# Conflicts: # src/app/portfolio/page.tsx # src/app/skills/page.tsx # src/components/navbar.tsx
Add Blog to Site
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.
==Testing out the COPILOT PR description==
This pull request introduces a new Markdown-powered blog to the personal website, updates documentation, and improves code clarity and navigation. The most significant changes are the addition of the blog feature, enhancements to the README, dependency updates for Markdown and syntax highlighting, and the removal of unnecessary client-side rendering delays. Navigation is also improved with smoother transitions.
Blog Feature Additions:
src/app/blog/page.tsx,src/app/blog/[slug]/page.tsx,src/app/blog/layout.tsx,content/blog/Why-I-Added-a-Blog-to-My-Personal-Site.md). [1] src/app/blog/[slug]/page.tsxR1-R92, [2] [3]/blogroute for better SEO (src/app/sitemap.ts).Documentation Updates:
README.mdto document the blog feature, project structure, transitions, and setup instructions. [1] [2]Dependency and Styling Improvements:
gray-matter,remark,remark-html,remark-prism,prismjs) and improved typography support (@tailwindcss/typography).Navigation and Transition Enhancements:
src/components/navLink.tsx,src/components/navbar.tsx). [1] [2] [3]Codebase Simplification:
src/app/page.tsx,src/app/portfolio/page.tsx,src/app/skills/page.tsx,src/app/contact/page.tsx,src/app/underconstruction/page.tsx). [1] [2] [3] [4] [5] [6] [7]