Posts tagged with Ruby

  • Static Site Generators: Jekyll vs Pelican vs Gatsby

    Thumbnail for Static Site Generators: Jekyll vs Pelican vs Gatsby

    There are many static site generators out there! Which one to pick is far from trivial. In this post three generators used in some of my projects are being compared, helping you pick the right one for your next project! On JamStack there is a long list of generators to...

  • Improving blogs with custom Jekyll Plugins

    Thumbnail for Improving blogs with custom Jekyll Plugins

    This blog is built using Jekyll, which can be used to generate a static website based on a set of templates (for the layout) and markdown files (for the content). The main advantage is that GitHub pages can be leveraged to host those static pages for free. However, while there...