Add static website for SEO#83
Merged
Merged
Conversation
- Landing page with app icon, Apple App Store badge, screenshot gallery with lightbox - Blog with Markdown support, author attribution (Dario Lencina), breadcrumbs - Privacy policy page - Dark theme with gold accent matching the app's cinematic palette - Full SEO: JSON-LD structured data (WebSite, SoftwareApplication, BlogPosting), OG/Twitter images, canonical URLs, sitemap, robots.txt - ESLint, Jest tests (6 passing), static export build - GitHub Actions workflow: lint → test → build → deploy to Pages - Custom 404 page, responsive design with mobile carousel Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add pull_request trigger to website workflow for lint/test/build on PRs - Deploy step only runs on master merge - Use original 1024px icon and JPEG quality 95 for sharper OG image Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
website/) with GitHub Pages deployment for SEO#D8A54C) matching the app's cinematic palettewebsite.yml): lint → test → build → deploy to Pages (triggers onmasterpushes towebsite/**)Setup required after merge
https://security-union.github.io/remote-shutter/Test plan
npm run lintpassesnpm test— 6 tests passingnpm run build— static export generates all pages🤖 Generated with Claude Code