alpha
Login
or
Join now
jojo.news
/
digital_garden
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.
This repository has no description
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
digital_garden
/
src
/
pages
/
at
main
3 folders
5 files
jojo.news
feat: add RSS feed of recently tended notes
2mo ago
1a6e75f2
notes
feat: living botanical sigils + redesigned homepage Each note grows a deterministic SVG plant that encodes its place in the garden: growth stage sets maturity, outbound links set branches, backlinks set blooms, and the slug seeds a stable per-note random. Plants draw themselves slowly on note pages (respecting prefers-reduced-motion) and appear as mini sprouts in the homepage index. Redesigned the homepage into an illustrated 'garden bed': centered masthead with kicker/epigraph/ornament, growth-stage sections, and per-note plants. Added a subtle paper texture site-wide. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 months ago
og
feat: generated botanical OG images per note Add satori+sharp OG card generation: each note gets a 1200x630 social image showing its own plant (same deterministic geometry) beside the title, summary, and growth stage. /og/<slug>.png per note plus a default /og.png for other pages. Wire og:image + summary_large_image twitter card; notes use ogType=article. Shared static SVG serializer in plant-svg.ts (unit-tested). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 months ago
topics
feat: add wisp deploy pipeline and rename to jojo's garden Add .tangled/workflows/deploy.yml: nixery engine, bun for the build, and deploy to Wisp via the current 'wispctl deploy' CLI (npx wispctl@latest, per docs.wisp.place). Deploys dist/ to handle jojo.news as site 'garden'. Requires a WISP_APP_PASSWORD CI secret. Note: this intentionally does NOT mirror the older blog pipeline, which uses the deprecated wisp-cli syntax without the 'deploy' subcommand. Rename the site from 'giorgio's garden' to 'jojo's garden' across all page titles and the header. Set astro site to garden.jojo.news. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 months ago
404.astro
feat: add Botanical Almanac theme, layouts, components, and pages Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 months ago
colophon.astro
feat: add wisp deploy pipeline and rename to jojo's garden Add .tangled/workflows/deploy.yml: nixery engine, bun for the build, and deploy to Wisp via the current 'wispctl deploy' CLI (npx wispctl@latest, per docs.wisp.place). Deploys dist/ to handle jojo.news as site 'garden'. Requires a WISP_APP_PASSWORD CI secret. Note: this intentionally does NOT mirror the older blog pipeline, which uses the deprecated wisp-cli syntax without the 'deploy' subcommand. Rename the site from 'giorgio's garden' to 'jojo's garden' across all page titles and the header. Set astro site to garden.jojo.news. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 months ago
index.astro
feat: add wisp deploy pipeline and rename to jojo's garden Add .tangled/workflows/deploy.yml: nixery engine, bun for the build, and deploy to Wisp via the current 'wispctl deploy' CLI (npx wispctl@latest, per docs.wisp.place). Deploys dist/ to handle jojo.news as site 'garden'. Requires a WISP_APP_PASSWORD CI secret. Note: this intentionally does NOT mirror the older blog pipeline, which uses the deprecated wisp-cli syntax without the 'deploy' subcommand. Rename the site from 'giorgio's garden' to 'jojo's garden' across all page titles and the header. Set astro site to garden.jojo.news. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 months ago
og.png.ts
feat: generated botanical OG images per note Add satori+sharp OG card generation: each note gets a 1200x630 social image showing its own plant (same deterministic geometry) beside the title, summary, and growth stage. /og/<slug>.png per note plus a default /og.png for other pages. Wire og:image + summary_large_image twitter card; notes use ogType=article. Shared static SVG serializer in plant-svg.ts (unit-tested). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 months ago
rss.xml.ts
feat: add RSS feed of recently tended notes @astrojs/rss feed at /rss.xml ordered by tended date, with a head discovery link and a footer feed link. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 months ago