Visual refresh - #1032
Merged
Merged
Conversation
- Add the Warranties case study: content bundle, dedicated layout, and links from the work grid and the Cape case study - Move case-study imagery from src/assets to assets and drop the stale src/content blog sources - Add SEO and social-image partials, seoTitle overrides on the case studies, robots.txt, and a 404 page - Self-host Playfair Display and Inter, and add an image render hook - Add navigation.js, _headers, updated _redirects, and a check-site script Co-Authored-By: Claude Opus 5 <[email protected]>
Blog images now live in assets/images/blog, so the markdown references point at /images/blog/* and keep resolving through the image render hook. Removes the static/blog mount along with the stale src/assets/images mounts left over from the earlier asset move. Co-Authored-By: Claude Opus 5 <[email protected]>
Moves the pre-move blog images into static/blog so the original /blog/*.png URLs keep resolving for old inbound links, while the posts continue to render the optimized assets through the image render hook. Removes the leftover Astro output in public/. Hugo publishes to dist, so those files were never deployed; keeping them meant a host still pointing at the default public/ directory would silently ship the old site instead of failing. Co-Authored-By: Claude Opus 5 <[email protected]>
Deploying blog with
|
| Latest commit: |
7351f36
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1ae9a979.blog-3tu.pages.dev |
| Branch Preview URL: | https://visual-refresh.blog-3tu.pages.dev |
Brings back the black-and-white D monogram for the .ico and .svg icons, replacing the violet mark from the visual refresh. The apple-touch icon still uses the violet mark. Co-Authored-By: Claude Opus 5 <[email protected]>
Hugo runs the Tailwind CLI through Node with the permission model (--permission, --allow-addons, --allow-worker, --disable-warning), all of which need Node 22.13 or newer. The build image defaulted to 18.20.8 and rejected every flag, failing the CSS transform. Co-Authored-By: Claude Opus 5 <[email protected]>
Adds llms.txt plus a .md output for every page. Posts emit their original Markdown with absolute image URLs; case studies are reconstructed from front matter, since that is where their prose lives, and carry the screenshot alt text as description lines. Pages advertise their Markdown through rel=alternate, and _headers sets the content types so nosniff does not turn them into downloads. The outputs block keeps RSS on the home page and the blog section, which would otherwise be dropped when overriding the defaults. Co-Authored-By: Claude Opus 5 <[email protected]>
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.