Create blog with card effect

This sounds too over ambitious to a beginner but is it possible to make blogs in jekyll hosted on github, with effects like seen in

css-tricks

On this page, articles appear like animated cards. Is this also possible with jekyll + github

or

like this

cards placed like image gallery

Has anybody tried it ?

jekyll is just a static site generator - it could do just about anything you want via JS or CSS, there isn’t any real limit on what it you can do as far as that is concerned.

That said if you are a beginner you may have a lot of work to do to make cool effects with animation and what not.

1 Like

This has to be done using html/css/js. Jekyll is helpful for other parts of making a site.

1 Like