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-08-10Update Hugo to version 0.91.2 (#389)Scott McAllister
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-04-07Some various bug fixes (#356)Matt Stratton
2021-03-01Add absURL to menus (#343)Matt Stratton
Signed-off-by: Matt Stratton <matt.stratton@hey.com>
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-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-10First test for lighthouse (#319)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-01Misc fixes (#308)Matt Stratton
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-11-04update to check circle (#294)Matt Stratton
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-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-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-05Fix linkedin on host pages (#263)Matt Stratton
Fixes #253 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-20Update baseurl in example configMatt Stratton
2019-11-18Fix bug with episode banners on row view (#232)Matt Stratton
2019-11-03Update pagination menu on guest page for mobile (#221)Matt Stratton
Fixes ##217 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-15Fixing disqus issues (#213)Rob Irving
Signed-off-by: Rob Irving <rob.irving@gmail.com>
2019-03-08Add Spotify subscribe button (#200)089
Signed-off-by: 089 <zell@hm.edu> <!-- 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/200) <!-- Reviewable:end -->
2019-01-10Remove third party tracking from example siteMatt Stratton
Fixes #197
2018-08-09Use language config.toml value in RSS (#195)Rajesh Duggal
Populate the podcast RSS with the .Site.Params.feed.language value from the config.toml file, otherwise use the .Site.LanguageCode value. Closes mattstratton/castanet#177 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/195) <!-- Reviewable:end -->
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 host code to be a partial (#166)Matt Stratton
* Update host code to be a partial Fixes #158 Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Check for enable_jumbo exist for sidebar display fixes #167 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-06Fix type of “sticher” for “stitcher”Matt Stratton
Fixes #154 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2018-02-12make more like ado for sampleMatt Stratton
2018-02-12Host support (#149)Matt Stratton
* Add link to hosts in sample menu Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Add hosts to sample episode Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Add example hosts Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Add list and single host pages Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Add new host list to about page template Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Add support to list hosts on single episode pages Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2018-02-10Make aka work for more than one to one (#144)Matt Stratton
Fixes #140 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2017-06-14Add flex utility to subscribe buttons (#133)Matt Stratton
There appears to be a bug in safari with wrapping columns like this. This is a workaround.
2017-06-13Add support for mulitple iterations of a guest (#130)Matt Stratton
This change allows for the "aka" field, which points a guest at another version of their guest file (for example, if a bio changes, a name changes, etc) in the interests of not rewriting history. Fixes #117
2017-06-13Add custom truncate feature (#128)Matt Stratton
2017-06-10Make seed data (#127)Matt Stratton
* Add more sample guests * add some more sample data
2017-06-10Add actual UA tracking code to exampleSiteMatt Stratton
2017-06-09Yeah, that example site... (#126)Matt Stratton
* Add guest list page * Add sample content for guest list * Make social icons look better * Add guest link to menu of examplesite * Fix guest page for no images * Make guest names clickable * Add examplesite stuff
2017-06-09Add a guests page (#124)Matt Stratton
* Add guest list page * Add sample content for guest list * Make social icons look better * Add guest link to menu of examplesite * Fix guest page for no images * Make guest names clickable
2017-06-09Make April episode lower caseMatt Stratton
2017-06-06Add sponsor support (#119)Matt Stratton
* Add sponsor support Fixes #113 * Add sponsor support Fixes #113 * Remove large SVG file
2017-06-06Prettify the grid page (#118)Matt Stratton
This commit also fixes capitalization on titles.