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
/
src
/
layouts
/
at
trunk
2 files
Jeremy Herve
Replace the SkyPress mark with the new winged-sun logo
15d ago
273be101
Base.astro
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
Base.meta.test.ts
Merge remote-tracking branch 'origin/trunk' into simplify-homepage-cta Conflicts in the landing page, where trunk's masthead/OG-meta work overlapped this branch's CTA redesign: - src/pages/index.astro masthead: took trunk's account redesign (Write link + AccountMenu) over this branch's AuthorPill + Dashboard link. AccountMenu replaces the now-deleted AuthorPill and its dropdown carries Dashboard/Write/Profile, so nothing is lost. Kept this branch's HandleStart hero CTA and merged both reduced-motion rules (handle spinner + account-menu dropdown). - src/pages/preview.astro: kept deleted. This branch retires the /preview sample route (and SAMPLE_TREE); trunk only maintained it and the old index/lexicon 'Read a sample' links it depended on are already gone here. - src/layouts/Base.meta.test.ts: dropped trunk's 'preview page metadata' block, which read the deleted preview.astro. The remaining OG-meta guards are unaffected.
2 weeks ago