55 Commits

Author SHA1 Message Date
85e28b38c4 episode 2 2025-02-21 08:12:53 -06:00
3b59213c1b jedi-party campaign 2025-02-21 08:11:59 -06:00
3dc7154755 update s06 images 2025-02-21 08:11:37 -06:00
36c84e50b1 vscode ignore tmp build directory 2025-02-21 08:10:29 -06:00
934e0b7557 fix date in epsidoe 2025-02-08 12:22:07 -06:00
925324010f Update podcast image 2025-02-08 12:20:39 -06:00
85cec45c22 ep 1 2025-02-08 09:27:28 -06:00
d3d4d5cec2 season 6 2025-02-08 09:27:19 -06:00
c3b1d14fab ep34
Add s05e34
2025-02-08 09:26:38 -06:00
95f2929814 feat: enhance podcast feed metadata with season and episode details
- Add `itunesSeason` and `itunesEpisode` fields to podcast feed items for iTunes compatibility.
- Include custom elements `podcast:season` and `podcast:episode` for additional podcast metadata.
- Fix minor formatting issues in `itunesImage` declaration.
- Ensure metadata for transcripts, season, and episode numbers is properly included in the feed.
2024-12-31 17:55:30 -06:00
f27ed079c8 ep33 2024-12-31 17:02:28 -06:00
fb8d483b57 ep33 2024-12-31 16:48:27 -06:00
0dcb7634ae implement some feautres in transcript search 2024-12-26 13:37:33 -06:00
f705cca038 add srt files 2024-12-24 15:29:24 -06:00
566cdab6d6 add srt files 2024-12-24 15:20:16 -06:00
3129677921 fix: correct URL for "Search Episode Transcripts (Beta)" link
- Update the link URL from `/episodes/search` to `/episodes/search-transcripts` in the members page.
2024-12-24 12:11:29 -06:00
904668f3d6 feat: add link to search episode transcripts in members page
- Add a "Search Episode Transcripts (Beta)" link to the members page.
- Reuse the same URL and icon classes as the "Search Episodes (Beta)" link.
2024-12-24 12:09:20 -06:00
27eb1e634c feat: improve Markdown support and add transcript search functionality
- Add `.cache` to `.gitignore` for temporary build files.
- Introduce Markdown snippets for creating Season 1 and Season 5 show notes in `.vscode/markdown.code-snippets`.
- Update `.vscode/settings.json`:
  - Exclude `node_modules` directory.
  - Adjust quick suggestions to disable them for comments, strings, and others.
- Remove unnecessary `console.log` statements from `episodes.11tydata.js`.
- Add an image file `content/episodes/image.jpg`.
- Implement a transcript search feature:
  - Add `search-transcripts.hbs` to enable searching transcript cues with time markers.
  - Add `transcript-index.11ty.js` to generate a searchable transcript index.
- Update `search-index.11ty.js` to skip processing `<hr>` and `<img>` tags.
- Enhance episode layout with `startAt` query parameter to allow audio playback from a specific time.
- Add a new dependency:
  - `@11ty/eleventy-fetch` for fetching transcripts.
  - `media-captions` for parsing and handling transcript files.
- Update package-lock.json and package.json to include new dependencies.
2024-12-24 12:07:32 -06:00
4350690071 episode 32 add alternate titles 2024-12-23 13:34:17 -06:00
1f2e3e947e episodes 31, 32 2024-12-23 13:31:03 -06:00
385694fb75 feat: enhance podcast functionality and build pipeline
- Dynamically resolve image paths for podcast episodes in `episodes.11tydata.js`
- Add podcast metadata handling with inferred URLs for MP3 and transcripts
- Introduce search functionality with Lunr.js and a search index generator
- Update Eleventy path prefix handling to support environment variable override
- Add `.mp4` files to `.gitignore`
- Expand VSCode settings to include Markdown-Eleventy support and improved terminal history
- Add deployment script (`deploy.sh`) with remote rsync-based deployment and permission handling
- Adjust episode layout to use dynamic image paths and updated podcast metadata
- Add search and members page updates, including new URLs and search integration
- Update dependencies to include `html-to-text` and related packages for search indexing
2024-12-23 13:30:22 -06:00
5cdb6a4c88 try add language 2024-12-10 17:12:47 -06:00
a334fbf9da try a different application type 2024-12-10 17:11:21 -06:00
328970f3d8 try to fix again transcripts 2024-12-10 17:08:10 -06:00
1994953de8 actually fix transcripts 2024-12-10 16:29:20 -06:00
bb57e68381 fix transcript 2024-12-10 16:09:28 -06:00
464bf12a39 add transcript to episode page 2024-12-10 15:32:12 -06:00
3fbf318be9 fix title case ep26 2024-12-10 15:11:37 -06:00
c07dd3b307 add transcripts 2024-12-10 15:11:22 -06:00
5f8bfef948 remove log statement 2024-11-27 15:19:27 -06:00
1f8231e955 2024-11-27 2024-11-27 15:17:10 -06:00
f9f6565eaa episode 30 2024-11-26 12:56:17 -06:00
3f0cc4b7e0 2024-11-26 2024-11-26 12:53:23 -06:00
4d8338b1be 2024-11-24 2024-11-24 11:24:58 -06:00
1c3ea0b119 2024-11-22 2024-11-22 18:21:16 -06:00
19ce5934b7 reorganized seasons, updated podcast feed 2024-11-20 17:09:33 -06:00
0e28ef7a3a fix relative urls in css for seasons 2024-11-20 11:06:46 -06:00
b64b046017 fix links in base.hbs (for pathprefix errors) 2024-11-20 11:02:22 -06:00
af921f9812 fix css relative url 2024-11-20 08:28:05 -06:00
1e9a2a1162 2024-11-19 content 2024-11-19 14:12:13 -06:00
7671c584eb 2024-11-19 2024-11-19 14:11:46 -06:00
47c0c69fd4 2024-11-19 2024-11-19 14:10:40 -06:00
b39471bed0 add podcast to feeds 2024-11-11 15:20:28 -06:00
2e26dd2000 update layouts 2024-11-11 15:20:03 -06:00
b0bede183b podcast feed 2024-11-11 15:04:49 -06:00
b8f09e0ddf minor season 5 updates 2024-11-11 15:04:31 -06:00
e197a1ada1 update podcast cdn 2024-11-11 13:12:15 -06:00
4283718a0a fix some links 2024-11-11 11:45:22 -06:00
3f2771d668 add some content 2024-11-11 11:45:08 -06:00
2e99f88197 remove dist from config file (use arguments instead) 2024-11-11 11:44:43 -06:00