Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-22Add GitHub discussions below episodes with Giscus (#365)Olivier Jacques
2022-02-22Add option to disable title case in RSS XML file (#370)Chad Tindel
2022-02-22Add support for full social URLs and Youtube Subscription Link in Jumbotron ↵Chad Tindel
(#368)
2021-01-02Initial implementation for pronouns (#312)Chris Reddington
Signed-off-by: Chris Reddington <791642+chrisreddington@users.noreply.github.com>
2021-01-02Create skeleton of blog feature (#310)Matt Stratton
Co-authored-by: Chris Reddington <chredd@microsoft.com> Co-authored-by: Matt Stratton <matt.stratton@hey.com> Co-authored-by: Chris Reddington <791642+chrisreddington@users.noreply.github.com>
2020-12-27Fix "General Parameters" table rendering (#333)André Almeida
This blank line was breaking the table rendering. :santa: Signed-off-by: André Almeida <andrealmeid@riseup.net>
2020-12-23Update for Google Podcasts (#330)Matt Stratton
2020-12-23Add episode numbers/prefix in RSS and Relevant Titles/Links [Attempt #2] (#322)Chris Reddington
* Attempt #2 at title changes Signed-off-by: Chris Reddington <791642+chrisreddington@users.noreply.github.com> * Tweaks to conditional based on review. Signed-off-by: Chris Reddington <791642+chrisreddington@users.noreply.github.com>
2020-12-23Update explicit tags for proper Apple/Google format (#327)Chris Reddington
2020-12-08Update REFERENCE with Spotify documentation (#316)Matt Stratton
2020-12-02Add Functionality: Show next upcoming episode (#309)Chris Reddington
Co-authored-by: Chris Reddington <chredd@microsoft.com> Co-authored-by: Matt Stratton <matt.stratton@hey.com>
2020-12-01Add Category, Tag and Series taxonomies to theme (#307)Chris Reddington
Co-authored-by: Chris Reddington <chredd@microsoft.com> Co-authored-by: Matt Stratton <matt.stratton@hey.com>
2020-11-24Add support for upcoming episodes (#297)Matt Stratton
2020-09-04Add itunes:subtitle tag (#290)Darin Pope
2020-08-22Improve favicon implementation (#288)Darin Pope
2020-07-17change iTunes to Apple Podcasts (#279)Darin Pope
Signed-off-by: Darin Pope <darin@planetpope.com>
2020-06-25Remove hard-coding of paginate value for sites with row layout (#278)Deepak Subburam
Co-authored-by: Matt Stratton <matt.stratton@gmail.com>
2020-05-19POC of transcript support (#275)Matt Stratton
2020-04-23Add support for `guest_group` field (#271)Matt Stratton
* Fix typo in REFERENCE * Update REFERENCE with guest_group * Add support for grouping guests on guest list page Fixes #137 * Add support for guest_group to guest pages Fixes #159 * Fix AKA bug Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2020-04-06Update info about episode numbers in REFERENCEMatt Stratton
2020-04-05Various fixes (#264)Matt Stratton
* Sort guests and hosts by title Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Add ability to hide hosts from host page Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Add iTunes field for episode titles Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2020-04-05Add support for twitch profiles (#262)Matt Stratton
Fixes #256 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2019-11-08Fix TOC in reference fileMatt Stratton
Fixes #223 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2019-11-02Update theme for Hugo 0.58 and above (#220)Matt Stratton
This fixes the breaking change in the theme for hugo 0.58. Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2019-10-05Podlove subscribe button (#218)089
* use global hugo function,.URL deprecated (#207) * use global hugo function,.URL deprecated Signed-off-by: nonumeros <kaploceh@gmail.com> * modified grid.html,.URL deprecated Signed-off-by: nonumeros <kaploceh@gmail.com> Signed-off-by: 089 <martin.zell@tum.de> * Add podlove subscribe button Signed-off-by: 089 <martin.zell@tum.de>
2019-08-17Allow to specify episode guid (#210)Alex Murray
* Allow to specify episode guid As a fix for issue #209 Signed-off-by: Alex Murray <murray.alex@gmail.com> * Update REFERENCE.md to document use of `guid`
2019-08-15Fixing disqus issues (#213)Rob Irving
Signed-off-by: Rob Irving <rob.irving@gmail.com>
2018-11-18Clean up REFERENCE fileMatt Stratton
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2018-11-17Add optional explicit for the feed itself since seems itunes wants this (#196)Alex Murray
Signed-off-by: Alex Murray <murray.alex@gmail.com>
2018-08-03(#6) Add solution for favicon (#189)Michael T Lombardi
Prior to this commit the favicon for a castanet site was not set by the theme. This commit adds a tag for the favicon to the header partial, defaulting to `icons/favicon.ico` but allowing an override in the site configuration. Resolves #6 Signed-off-by: Michael T Lombardi <michael.t.lombardi@outlook.com>
2018-08-03Rename feed_copyright config var to copyright (#193)Rajesh Duggal
Signed-off-by: Rajesh Duggal <rajesh@duggalmail.com>
2018-08-03Allow more than one fb:admins (#186)Rajesh Duggal
Closes mattstratton/castanet#184 Signed-off-by: Rajesh Duggal <rajesh@duggalmail.com> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/mattstratton/castanet/186) <!-- Reviewable:end -->
2018-03-08Update rss feed and some archetypes (#176)Matt Stratton
* Update episode documentation with host info Explains the hosts field instead of author. Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Create host archetype Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Update remaining archetypes Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Update RSS template - Add Google Play Music fields - Add show notes as content - Update to display hosts as episode authors - Add hugo as generator to feed Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Update hugo version Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Update feed tags for compatibility Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2018-03-07Add documentation about pagination setting for gridMatt Stratton
Fixes #164 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2018-03-07Move configuration out of READMEMatt Stratton
Fixes #151, fixes #152, fixes #161, fixes #156 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>