Badri Sunderarajan
9be6baae52
Make pagination-bar hiding more seamless
...
Now, it goes away the moment JavaScript is loaded, and also fades
out nicely even if you do happen to look at it. The extraneous
console.log messages are also gone.
2020-03-15 12:19:45 +05:30
Badri Sunderarajan
0ae46197b6
Remove <noscript> tag that was causing HierarchyRequestError
...
Replaced it with a v-if logic to show or hide the element.
2020-03-15 11:37:08 +05:30
Badri Sunderarajan
f9f0db645d
Show pager if infinite scroll fails
...
This is in addition to displaying it when JavaScript is disabled.
2020-03-11 17:22:27 +05:30
Badri Sunderarajan
50fa31ea98
Animate infinite-scroll transitions
2020-03-09 23:07:21 +05:30
Badri Sunderarajan
91f8268193
Implement "infinite scrolling" in the homepage!
2020-03-09 19:31:46 +05:30
Badri Sunderarajan
f447783c5c
Update pagination styles to highlight active button
2020-03-09 18:52:10 +05:30
Badri Sunderarajan
a67c114815
Paginate homepage
2020-03-09 18:45:40 +05:30
Hippo
ea9427f474
Display post reading time via @tryghost/helpers
2019-12-30 17:39:01 +05:30
Hippo
b602cea6a5
Change metadata "filters" to the OR signs they were supposed to be
...
Was using `|` instead of `||` :P
2019-12-24 14:58:28 +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
9a0415d3ff
Create view for Pages
...
GhostPost and GhostPage are copies of each other: they
conditionally render depending on whether the path matches a post
or page. The reason for this workaround is that, otherwise, the
router would show a 404 for non-matching posts even when a
matching page existed, since they both lie under the same path.
2019-12-24 13:38:50 +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