Mobile menu, first idea post - #8
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
website | 533abf6 | Commit Preview URL Branch Preview URL |
Jul 06 2026, 09:21 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
10k24 | 533abf6 | Jul 06 2026, 09:20 AM |
shakeelmohamed
marked this pull request as ready for review
July 6, 2026 09:20
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.
This pull request introduces several improvements and new features to the site, focusing on content organization, SEO, accessibility, and build optimization. The main highlights include the addition of new Eleventy collections for better content filtering, a custom transform for external links, new static HTML pages for the 404 error and an idea post, and a workflow optimization for CI caching.
Content and Collection Enhancements:
publicDesignProjects,publicTechProjects, andpublicIdeasin.eleventy.jsto better organize and filter content based on visibility and tags, improving how projects and ideas are surfaced on the site.SEO and Accessibility Improvements:
external-links) to automatically addtarget="_blank"andrel="noopener noreferrer"to external links, enhancing security and accessibility for outbound links.404.htmlpage indocs/404.html, including meta tags, Open Graph, Twitter cards, schema markup, and accessible navigation.docs/ideas/2026-04-13-ten-thousand-ideas/index.htmlwith proper meta tags, Open Graph/Twitter cards, and consistent site navigation and footer.Build and Workflow Optimization:
test.yml) to cache Bun dependencies, improving CI build times and reliability.Documentation and TODO Updates:
TODO.mdwith new tasks and clarifications related to navigation and project content. [1] [2]