Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jekyll vs RefineryCMS?

I know many Ruby users are using Jekyll but I wonder what the benefits that will bring over RefineryCMS?

Could someone highlights the differences and pros/cons for each.

like image 448
never_had_a_name Avatar asked Jul 01 '26 08:07

never_had_a_name


2 Answers

I'm one of the core developers on Refinery CMS.

The architecture of each project is vastly different. Here's a few things Refinery CMS has:

  • Web based interface (just go to /refinery to login and edit content)
  • Visual content editing (but also supports editing in plain HTML)
  • Stores it's content in a database (MySQL, SQLite, PostgreSQL - your choice)
  • Suitable for non technical people to edit
  • Supports Rails 3
  • Supports localisation in 11 languages (and you can add your own)
  • Support and docs: IRC, Google Group, Tutorials, API docs, Github repository

I can't be authoritative about Jekyll (maybe mojombo can answer) but it looks like:

  • Static content editing
  • Stores it's content in files
  • Developer focused, not suitable for an end user to edit
  • Markup based editing
  • Will load slightly faster as the pages are static

I hope that helps weigh it up. It all comes down to your project requirements.

like image 95
djones Avatar answered Jul 04 '26 00:07

djones


Well, jekyll is 100% static. All files are generated into static HTML. Jekyll is amazing for small sites that don't really need dynamic content. With jekyll you write the content in your own text editor.

I haven't tested RefineryCMS, but it is more like what you would think of as a content management system with data stored in a database managed through a web interface. If the site is going to be managed by non-tech people, I'll say jekyll is a no-go and that refinery is a better choice.

like image 26
hanse Avatar answered Jul 04 '26 00:07

hanse



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!