Rebuild website with Eleventy + Tailwind CSS#31
Draft
Copilot wants to merge 2 commits into
Draft
Conversation
Replace React/CRA with Eleventy 11ty v2 + Tailwind CSS v3: - 11 pages matching sitemap (home, about, contact, work, work/photography, work/rockets, blog, 4 blog posts) - Dark minimal design with responsive masonry photo galleries - All images stored locally, downloaded via scripts/download-images.sh - Updated GitHub Actions for modern GitHub Pages deployment - Blog post URLs preserved exactly from sitemap - Actual blog post content (not paraphrased) Agent-Logs-Url: https://github.com/nprail/nprail.github.io/sessions/c50881b8-5eae-4de5-aa24-a693be72c89e Co-authored-by: nprail <10778661+nprail@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
nprail
May 21, 2026 18:28
View session
Owner
|
@copilot You missed the videography page. Also, include the social links that were on the original website. |
- Add /work/videography/ page with video grid - Add social links (GitHub, Instagram, YouTube, Twitter, LinkedIn, Stack Overflow, Medium, GitLab) to footer on all pages - Update home hero to link to videography alongside photography/rockets - Update work landing page to include videography card (3-column grid) - Add src/_data/social.json and src/_data/videography.json - Fix build script to use local node_modules binaries (no npx version drift) Agent-Logs-Url: https://github.com/nprail/nprail.github.io/sessions/9b1ec270-a96e-4cda-af23-6d72a7249891 Co-authored-by: nprail <10778661+nprail@users.noreply.github.com>
Author
Done in commit 80d6789:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
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.
Summary
Complete rebuild of noahprail.com, replacing the legacy React/CRA app with a modern static site stack.
Stack
@tailwindcss/typographyfor blog postsactions/deploy-pages@v4for GitHub Pages deploymentPages built (all URLs match sitemap)
//work//work/photography//work/videography//work/rockets//blog//blog/2017-into-2018//blog/a-photo-a-day-by-noah-prail//blog/i-switched-to-ubuntu-and-then-back-to-windows//blog/microsoft-bought-github-what-does-that-mean-for-gitlab//about//contact/Design
bg-neutral-950) suited for a photographer/videographer portfolioprose-inverttypography for blog post contentImages
Images are not committed to the repo. They are downloaded from the Squarespace CDN at build time:
What was removed
src/App.js,src/Header.js, etc.)public/directory (old static files).travis.yml.eslintrc.jsonpackage.json(React dependencies)