diff --git a/Gemfile.lock b/Gemfile.lock index 3fae0114..10ee5728 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,6 +36,8 @@ GEM logger faraday-net_http (3.4.1) net-http (>= 0.5.0) + faraday-retry (2.3.2) + faraday (~> 2.0) ffi (1.17.2) forwardable-extended (2.6.0) gemoji (4.1.0) @@ -272,8 +274,8 @@ PLATFORMS x64-mingw32 DEPENDENCIES + faraday-retry github-pages - jekyll jekyll-feed (~> 0.12) jekyll-theme-cayman tzinfo (~> 1.2) diff --git a/_config.yml b/_config.yml index 619f8849..48b538b6 100644 --- a/_config.yml +++ b/_config.yml @@ -19,6 +19,7 @@ exclude: - Pipfile.lock - Makefile - .gitignore + - sh-thd-* collections: diff --git a/_layouts/podcast.html b/_layouts/podcast.html index be24e64e..cc4b4c0c 100644 --- a/_layouts/podcast.html +++ b/_layouts/podcast.html @@ -338,10 +338,6 @@
Click any timestamp to jump to that moment in the video
+Timestamps coming soon...
+ {% endif %} ++ The transcripts are edited for clarity, sometimes with AI. + If you notice any incorrect information, + let us know. +
+ + {% for line in page.transcript %} + {% if line.header %} +{{ line.who }}: {{ line.line }}{% if line.sec %} ({{ line.time }}){% endif %}
+ {% endif %} + {% endfor %} +- Join 130,000+ data professionals and get weekly updates on new podcast episodes, upcoming events, free courses, and more. -
-- You'll also receive an invite to our Slack community for discussions, networking, and peer support. -
+ ++ Join 130,000+ data professionals and get weekly updates on new podcast episodes, upcoming events, free courses, and more. +
++ You'll also receive an invite to our Slack community for discussions, networking, and peer support. +
-