feat: serve research site under rylo.com/sign/research with Rylo branding [SIGN-520]#168
Open
HTMHell wants to merge 3 commits into
Open
feat: serve research site under rylo.com/sign/research with Rylo branding [SIGN-520]#168HTMHell wants to merge 3 commits into
HTMHell wants to merge 3 commits into
Conversation
…ding [SIGN-520] Move the Sign Language Processing research page onto the main Rylo site at rylo.com/sign/research, behind the existing Cloudflare reverse proxy. - Add <base href="/sign/research/"> so relative assets/links resolve under the proxied prefix regardless of trailing slash. - SEO: canonical + Open Graph/Twitter tags pointing at the rylo.com URL, and point the sitemap loc at https://rylo.com/sign/research/. - Brand cohesion with rylo.com / rylo.com/sign/translate: cream (#faf5f2) background, dark (#191412) text, orange (#ff8b2b) accent, Inter Tight, brand radii, and a navbar with the Rylo wordmark linking back to rylo.com. - Update the sign translate embed to the Rylo Translate app. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…weights) [SIGN-520]
- Remove unused --rylo-card token and the redundant body{} block (Bootstrap
reboot already consumes --bs-body-bg/color/font-family).
- Drop the redundant font-family override on headings (inherited from body).
- Use a --rylo-dark-rgb token for the two translucent dark colors.
- Trim the unused 300 weight from the Inter Tight request.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
AmitMY
reviewed
Jun 17, 2026
Contributor
There was a problem hiding this comment.
that is the translate logo - did you want just the rylo logo?
AmitMY
reviewed
Jun 17, 2026
| http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> | ||
|
|
||
| <url> | ||
| <loc>https://sign-language-processing.github.io/</loc> |
Contributor
There was a problem hiding this comment.
if people go to https://sign-language-processing.github.io, should we 301 redirect them to the new canonical?
Author
There was a problem hiding this comment.
my plan was to redirect from research.sign.mt are they both indexed?
AmitMY
requested changes
Jun 17, 2026
AmitMY
left a comment
Contributor
There was a problem hiding this comment.
not sure if this won't just break the current site, without doing redirect.
the research.sign.mt site is very well linked, so we want to have a graceful redirect, i imagine
…r [SIGN-520] Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
AmitMY
approved these changes
Jun 18, 2026
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
Moves the Sign Language Processing research page onto the main Rylo site at https://rylo.com/sign/research, served through the existing Cloudflare reverse proxy (companion infra PR in
talknagish/nagish-infra).<base href="/sign/research/">so every relative asset/link resolves under the proxied prefix regardless of trailing slash.<loc>athttps://rylo.com/sign/research/. With identical HTML served from the GitHub Pages origin, the canonical consolidates ranking onto rylo.com.rylo.com/sign/translatelook: cream#faf5f2background, dark#191412text, orange#ff8b2baccent, Inter Tight, brand radii, and a navbar with the Rylo wordmark linking back to rylo.com (GitHub star kept).https://rylo.com/sign/translate/.Test plan
Built locally exactly like CI (
make server+pandoc/core:2.9) and served under the/sign/research/prefix:index,style.css,assets/rylo-logo.svg, and asset GIFs all resolve200under the prefix.index.htmlcontains the base tag, canonical, OG/Twitter meta, trimmed Inter Tight link, navbar wordmark, and the rylo.com translate embed; zero remainingsign.mtreferences.Important
Cutover (custom domain + DNS) coordination is required before merge — see the SIGN-520 hand-off notes. The GitHub Pages custom domain (
research.sign.mt) currently 301-redirectssign-language-processing.github.io, which the proxy uses as upstream.🤖 Generated with Claude Code