Produciesta Website
About this repository
This is the public marketing website for the Produciesta app — a screenplay-to-audio
podcast production tool for macOS, iOS, and the command line. The site is a Jekyll project
served at https://produciesta.app (see CNAME) and deployed via legacy GitHub Pages
from the main branch. Static assets (including the favicon/app-icon set) are served
directly from this repo under /assets.
This repo is the website only — the Produciesta application source lives separately
(local checkouts: ~/Projects/Produciesta, with the prior generation in
~/Projects/produciesta-old). A sibling app website, Viñetas
(https://vinetas.app), is maintained the same way in its own repo.
Remotes note:
originpoints atintrusive-memory/produciesta.app(this website). The app’s Swift monorepo lives atintrusive-memory/produciestaand is wired here as theapp-monoreporemote — do not push website history to it.
Branch & release flow
- Work on
development; open adevelopment → mainPR to release. - Merging to
mainpublishes the live site via GitHub Pages.
Favicon / app-icon assets
assets/images/favicon.png,assets/images/apple-touch-icon.png, and rootfavicon.icoare the site icons, sourced from the Produciesta app icon._includes/head.htmlreferences the first two; keep them present or the live site 404s on its favicon.