Commit Graph

19 Commits

Author SHA1 Message Date
Badri Sunderarajan b4a4dabd8c Enable MailChimp email auto-categorisation
So that we don't have to file them away manually each time
2021-06-07 15:36:29 +05:30
Hippo bd90d5168a Navbar typo: redirect to full site URL, not just '/' 2020-04-26 22:15:47 +05:30
Badri Sunderarajan abdaff4a7f Update PreviousNext when navigating to a new page
Earlier, it was just computing it once and then leaving it there
permanently. So you'd get "recommends" for the first post you
opened rather than the current one, unless you went to a non-post
page in the middle or reloaded the page.
2020-03-15 15:05:22 +05:30
Badri Sunderarajan 309589bb63 Make "Subscribe" button link to subscribe page for now
We're supposed to do fancy modals and all, but there's still time
for that later :P
2020-03-15 14:30:15 +05:30
Badri Sunderarajan dd68fea249 Enable and activate MailChimp support in subscribe form
This is not just MailChimp, but any service really that lets you
embed a form
2020-03-15 13:31:23 +05:30
Badri Sunderarajan f23715d4b9 Add support for Mastodon, Instagram, and Liberapay 2020-03-15 13:31:03 +05:30
Badri Sunderarajan 56a16d9d50 Update site metadata and make it display in header/footer 2020-03-15 13:29:25 +05:30
Hippo ea9427f474 Display post reading time via @tryghost/helpers 2019-12-30 17:39:01 +05:30
Hippo 77526a77f1 Fix typo during last post detection in PreviousNext
We're at the last post when (length-1) > i, not length > i,
because we're indexing from 0 but starting from 1
2019-12-24 15:16:33 +05:30
Hippo 10bd7d5e32 Make logo link to "/" instead of pulling setting from config 2019-12-24 14:10:26 +05:30
Hippo a6df86542c Highlight current post in "Read Next" card 2019-12-24 14:06:14 +05:30
Hippo 9b448913fa Post Card: omit ellipses if description is short enough already
If the text is below the maximum length, just show the whole thing
without adding a "..." at the end
2019-12-24 13:51:38 +05:30
Hippo 2c63ea707e Post Card styling: make every sixth post "large"
This is consistent with the style Ghost uses to display posts
2019-12-24 13:48:06 +05:30
Hippo 16bcaaf54b Enable image redirects
Images can now go directly to media.snipettemag.com instead of
being routed through the private Ghost instance. (Reduces traffic
on that node).
2019-12-19 22:01:35 +05:30
Hippo cd19e25081 Replace filters with the "or" symbols they were supposed to be :P 2019-12-18 19:36:28 +05:30
Hippo bc26ddef61 Fix errors in Navbar tag type
We were trying to use "tag" instead of "this.tag" and expecting
it to be a String instead of an Object
2019-12-18 19:35:48 +05:30
Hippo 4dcafea516 Update Navbar and Navigation to pull data from Ghost
This is instead of using data/admin.yml
2019-12-18 19:24:46 +05:30
Hippo e264253c16 Create Ghost templates for Posts, Authors, and Views 2019-12-18 19:24:22 +05:30
Hippo b297d33675 Initial commit with Casper starter template 2019-12-05 17:16:27 +05:30