alpha
Login
or
Join now
jeremy.herve.bzh
/
skypress
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A calm place to write long-form, and publish it to the open social web.
skypress.blog/
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
skypress
/
public
/
at
144f33fb0d49b027ea1660ef7db63a345643a2c2
2 folders
4 files
Jeremy Herve
Rebuild the default OpenGraph card from the new logo banner
14d ago
71968e06
fonts
Rebuild the default OpenGraph card from the new logo banner The default social card still showed the old mark. Rebuild it from the new public/skypress-logo-banner.png so shared links carry the new brand. The banner is 1200x300 (4:1) — too short for an OpenGraph card, where platforms expect ~1.91:1 and would letterbox or crop it. Composite it centered onto a 1200x630 cream canvas (#faf6ef, the --paper token, which matches the banner background exactly) to produce a seamless, correctly proportioned og-default.png. Base.astro already serves it at 1200x630, so no code change is needed.
2 weeks ago
screenshots
Add landing showcase screenshots and top-anchor their crop
2 weeks ago
jeremy-herve.svg
Trim footer license line and drop in the real avatar Remove the "schemas in standard.site" link from the shared footer, leaving just the GPL-2.0-or-later license. Also replace the placeholder avatar with the actual @jeremy.herve.bzh portrait.
2 weeks ago
og-default.png
Rebuild the default OpenGraph card from the new logo banner The default social card still showed the old mark. Rebuild it from the new public/skypress-logo-banner.png so shared links carry the new brand. The banner is 1200x300 (4:1) — too short for an OpenGraph card, where platforms expect ~1.91:1 and would letterbox or crop it. Composite it centered onto a 1200x630 cream canvas (#faf6ef, the --paper token, which matches the banner background exactly) to produce a seamless, correctly proportioned og-default.png. Base.astro already serves it at 1200x630, so no code change is needed.
2 weeks ago
skypress-logo-banner.png
Rebuild the default OpenGraph card from the new logo banner The default social card still showed the old mark. Rebuild it from the new public/skypress-logo-banner.png so shared links carry the new brand. The banner is 1200x300 (4:1) — too short for an OpenGraph card, where platforms expect ~1.91:1 and would letterbox or crop it. Composite it centered onto a 1200x630 cream canvas (#faf6ef, the --paper token, which matches the banner background exactly) to produce a seamless, correctly proportioned og-default.png. Base.astro already serves it at 1200x630, so no code change is needed.
2 weeks ago
skypress-logo.svg
Replace the SkyPress mark with the new winged-sun logo Swap the hand-drawn type-block mark for the new winged-sun logo across the favicon and every in-app spot (Logo.astro, AppBar, LoadingScene). The mark now lives once in src/lib/brand/skypress-mark.ts as inline SVG whose paths use fill="currentColor", so it follows the surrounding color (the --sun token, which lightens in dark mode) instead of being locked to one orange. A single source avoids duplicating the path data across the Astro/React island boundary. The favicon keeps the static-orange public/skypress-logo.svg, since a favicon can't inherit currentColor. This drops the landing-only sun->moon easter-egg: the new logo is a sun with no moon variant and only one asset was provided. Its night/dusk swap styles in index.astro and the three tests that locked it are removed.
2 weeks ago