cms VS Jekyll

Compare cms vs Jekyll and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
cms Jekyll
33 253
3,380 48,265
3.1% 0.6%
9.9 8.7
6 days ago 7 days ago
PHP Ruby
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cms

Posts with mentions or reviews of cms. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-02.
  • Statamic – modern, clean, and highly adaptable CMS built on Laravel
    1 project | news.ycombinator.com | 12 Apr 2024
  • 9 best Git-based CMS platforms for your next project
    5 projects | dev.to | 2 Feb 2024
    Statamic is one of the best flat-file CMSs. It’s built with Laravel and can be used as a headless Git-based CMS as well. The paid professional version allows you to use REST APIs and GraphQL APIs for content management and offers a GitHub integration for content storage and editorial workflows.
  • Casidoo on TinaCMS
    10 projects | news.ycombinator.com | 23 Oct 2023
  • Ask HN: What are some well-designed websites?
    12 projects | news.ycombinator.com | 7 Sep 2023
    Aah, that's always a controversial question, on one hand, some universal rules of usability do exist, but on the other hand, everyone's habits, taste and use cases are very different.

    The most neutral definition of a "well designed" website, without any further context, could be "created in a way that helps users achieve intended goals efficiently, while keeping max number of users happy about its look".

    Again, different audiences will have very different answers. Here at HN, sites like https://www.mcmaster.com/ and https://www.craigslist.org win – because HN users appreciate old look and how efficient these sites are.

    https://www.apple.com/ is an industry standard of a marketing site for consumer tech. It's not universally "well designed".

    Other examples of well done marketing pages: https://www.sketch.com/ ; https://statamic.com/ ; https://linear.app/ got its share of hype recently.

    Other times, a website is well designed because its content is awesome and is easy to consume. See https://ciechanow.ski/ and https://www.joshwcomeau.com/

    Is https://github.com/ well designed? As an amateur developers, I'd say yes.

    Is https://htmx.org/ well designed? Hmm, at a glance, there's no design at all. Is no design also design? That's a rabbit hole.

    P.S. I often hear my website is well-designed :-)

  • Different flavors of content management
    9 projects | dev.to | 28 Aug 2023
    Local CMSs are the ones that are mostly file-based (like Statamic or Astro). This means that you can edit everything locally and deploy the data. This way, our CMS is more secure, but on the downside, you have to have a local server working, and you might experience more conflicts, especially when two people will work on the same article (although Git might save you from many of those). It also means that there is a higher learning curve. A remote CMS works somewhere on a server, and most users don't care how.
  • Looking for a simple CMS recommendation
    1 project | /r/webdev | 20 Jun 2023
    I use Statamic, the free version will do everything your looking for and it can be as simple or as complex as you need it to be. It's flat file based (by default) too so deployment / version control is super easy.
  • What is your tech stack for blog websites? (not wordpress)
    18 projects | /r/webdev | 7 Jun 2023
    Statamic (PHP / Laravel)
  • WP20 and Audrey Scholars – Matt Mullenweg
    3 projects | news.ycombinator.com | 28 May 2023
    I'm not in the market for a CMS but if I were I'd likely go with https://statamic.com/ if I needed to build something from scratch.
  • Go with PHP
    19 projects | news.ycombinator.com | 10 May 2023
    If you're looking for a great CMS and were bitten by WordPress back in the day, you should take a look at Statamic (https://statamic.com)

    It's a Laravel package and it's the best CMS I've ever used (from a dev perspective). v4 just dropped the other day

  • Software for personal website
    2 projects | /r/webdev | 29 Apr 2023
    https://statamic.com free for personal. Your welcome.

Jekyll

Posts with mentions or reviews of Jekyll. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-14.
  • Creating excerpts in Astro
    4 projects | dev.to | 14 Mar 2024
    This blog is running on Hugo. It had previously been running on Jekyll. Both these SSGs ship with the ability to create excerpts from your markdown content in 1 line or thereabouts.
  • Craft Your GitHub Profile Page in 60 Seconds with Zero Code, Absolutely Free
    6 projects | dev.to | 11 Mar 2024
    Jekyll
  • Ask HN: Looking for lightweight personal blogging platform
    35 projects | news.ycombinator.com | 6 Feb 2024
    In future, if you want to move from Jekyll to something else, you just have to worry about that `_posts` and `_assets` folder. They may have different naming convention but you can just config-managed it or change it to your choice. This is why I suggested owning that two yourself.

    You also may not worry about FrontMatter[3] (meta in the header) and its accompanying jazz by asking Jekyll to use the plugins `jekyll-optional-front-matter` and `jekyll-titles-from-headings`. These comes as part of the officially supported Jekyll plugins[4] by Github. That way, you are just writing a human-readable plain-text spiced up with Markdown and readable by almost every other Static Site Generator.

    Now, play with the `_config.yml` that Jekyll generates for you from the theme above to define your post dates, navigation, and others. Jekyll is one of the OGs — the Gandalf of Static Site Generators. If you have a problem, someone somewhere has solved that.

    Did I missed something? I was supposed to write a blog article for my website on this one and this comment will serve as my starting bullet points.

    1. https://docs.github.com/en/pages/setting-up-a-github-pages-s...

    2. https://jekyllrb.com

    3. https://frontmatter.codes/docs/markdown

    4. https://docs.github.com/en/pages/setting-up-a-github-pages-s...

  • Where are the layouts!? And where is the site object loaded from? (Chirpy Theme)
    2 projects | /r/Jekyll | 9 Dec 2023
    "Using the Chirpy theme for Jekyll."
  • Any FOSS to make HTML websites for self-hosting?
    4 projects | /r/opensource | 7 Dec 2023
    I would suggest looking into static site generators. Some popular examples, which are used myself are: - Hugo: https://gohugo.io/ - Jekyll: https://jekyllrb.com
  • How do i replicate GTFOBins layout ?
    6 projects | /r/web_design | 5 Dec 2023
  • Release v4.3.2 · jekyll/jekyll
    1 project | /r/AppleCard | 18 Nov 2023
  • How To Choose the Best Static Site Generator and Deploy it to Kinsta for Free
    15 projects | dev.to | 18 Oct 2023
    In terms of GitHub stars, SSGs like Next.js, Hugo, Gatsby, Docusaurus, Nuxt.js, and Jekyll top the list. Some popular SSGs even host conferences and workshops, providing resources and networking opportunities for those looking to explore more advanced topics in depth.
  • How to run Jekyll on Kubernetes
    4 projects | dev.to | 2 Oct 2023
    I created my blog using Jekyll, a great open-source tool that can transform your markdown content into a simple, old-fashioned-but-trendy, static site. What are the advantages of this approach? The site is super-light, super-fast, super-secure and SEO-friendly. Of course, it’s not always the best solution, but for some use cases, like a simple personal blog, it’s really a good option.
  • AWS Customers Cannot Escape IPv4
    2 projects | news.ycombinator.com | 22 Sep 2023
    Yes, it's Markdown and I use https://jekyllrb.com with the theme "jekyll-theme-hacker" to generate the site. I quite like how simple it is.

What are some alternatives?

When comparing cms and Jekyll you can also consider the following projects:

CRUD - Build custom admin panels. Fast!

Hugo - The world’s fastest framework for building websites.

laravel-localization - Easy localization for Laravel

Middleman - Hand-crafted frontend development

jigsaw - Simple static sites with Laravel’s Blade.

Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.

cms - Multilingual PHP CMS built with Laravel and bootstrap

Bridgetown - A next-generation progressive site generator & fullstack framework, powered by Ruby

WonderCMS - Fast and small flat file CMS (5 files). Built with PHP, JSON database.

Hexo - A fast, simple & powerful blog framework, powered by Node.js.

bulma-blade-ui - A set of Laravel Blade components for the Bulma frontend framework

Lektor - The lektor static file content management system