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
2019-11-25Fix bug on grid layout for paginationMatt Stratton
Fixes #236 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2019-11-23Fix pagination code on grid layout (#235)Matt Stratton
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2019-11-20Make all.css use absURLMatt Stratton
2019-11-18Fix bug with episode banners on row view (#232)Matt Stratton
2019-11-16Fix issue with navbar on mobile (#229)Matt Stratton
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2019-11-11Move to gulp (#224)Matt Stratton
* Small changes to theme config file Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Update to use gulp This will remove the need for codekit and lets `gulp dev` be the method for building stylesheets and javascript files Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Update docs for clarity on new styles Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2019-11-02Fix menu displayMatt Stratton
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-17use global hugo function,.URL deprecated (#207)nonumeros
* 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>
2019-08-15Fixing disqus issues (#213)Rob Irving
Signed-off-by: Rob Irving <rob.irving@gmail.com>
2019-04-15Bug Fixes & Improved Pagination to Grid and Row Layouts (#201)Vic Hudson
* Fixed a bug where no next page button was visible at all - primarily a problem on mobile where the page number buttons were missing. * First and last page buttons only appear where current page is > 2 or > total pages - 2. * Next and Previous page buttons only appear when there is an actual next or previous page. <!-- 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/201) <!-- Reviewable:end -->
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 -->
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-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-05-10don't fail in case of .Data.Pages type:episode absence (#183)Dmitry Verkhoturov
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-06Fix type of “sticher” for “stitcher”Matt Stratton
Fixes #154 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2018-03-06Fix subscribe buttons to use new font awesome iconsMatt Stratton
Fixes #155 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2018-02-12Make disqus optional (#146)Matt Stratton
* Make disqus not show up if disqus shortname not set Fixes #136 Signed-off-by: Matt Stratton <matt.stratton@gmail.com> * Update scripts for jssocials with fa 5 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2018-02-10Make images clickable in row layout (#143)Matt Stratton
Fixes #134 Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2018-02-10Upgrade to font-awesome 5 (#139)Matt Stratton
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 custom truncate feature (#128)Matt Stratton
2017-06-10Fix mismatch truncate. Fixes #115Matt Stratton
2017-06-06Prettify the grid page (#118)Matt Stratton
This commit also fixes capitalization on titles.
2017-06-02Add sidebar link option (#112)Matt Stratton
2017-06-02add soundcloud and pocketcasts subscription options in sidebar (#109)Eric Nantz
* add soundcloud and pocketcasts subscription options in sidebar * Add to jumbotron and document
2017-06-01Sort menu by identifierMatt Stratton
Fixes #100
2017-05-31Add ellipsis to long pagers.Matt Stratton
Fixes #96
2017-05-30add gitlab to social parametersEric Nantz
2017-05-19Make navbar align with center containerMatt Stratton
2017-05-19Add youtube support for episodesMatt Stratton
2017-05-19Add stitcher supportMatt Stratton
Fixes #7
2017-05-19Merge pull request #84 from AdvanceTechMedia/fix-footer-partial-callMatt Stratton
partial calls require .html suffix
2017-05-18Fix typo in rss callMatt Stratton
2017-05-18Fix issue with copyright not showing up on rowMatt Stratton
2017-05-18Remove sidebar if jumbotron is setMatt Stratton
2017-05-12Add support for jumbotron on row layoutMatt Stratton
Fixes #78
2017-05-12Make image optional on row layoutMatt Stratton
2017-05-03Add optional banner to imagesMatt Stratton
Fixes #60
2017-05-03Add episode byte lengthMatt Stratton
Fixes #15
2017-05-03Fix subdirectory referencesMatt Stratton
2017-05-02More fixes for theme galleryMatt Stratton
2017-05-02Construct pager properlyMatt Stratton
2017-05-01Change to remove slashesMatt Stratton
2017-05-01Change to absURL for hugo themes repository compatibilityMatt Stratton
2017-05-01partial calls require .html suffixAdam Dymitruk
make work with older hugo versions by specifying the suffix as per https://discuss.gohugo.io/t/fixed-calling-partial-without-specifying-html-suffix/6028
2017-04-27Change to use absURL and relURLMatt Stratton
Fixes #64
2017-04-27Fix broken hamburger menuMatt Stratton
Fixes #43