Skip to content

A blog engine for Rails that provides re-usable bloggy widgets, a mountable path structure if you want it, and is completely CSS/JS agnostic

License

Notifications You must be signed in to change notification settings

onyxrev/blogocalypse

Repository files navigation

Blogocalypse Blog Engine for Rails

Status: Work in Progress

Oh great. Another blog engine for Rails.

Most (all?) blog engines for Rails try to provide a drop-in, mountable appendage that kinda hangs off your app like a limp noodle.

This blog engine does provide mountable routes but also aims to expose bloggy components that you can use throughout your app.

It also tries to be as unopinionated about styles as possible because, let's face it, if you wanted to integrate a vestigial layout and css framework with your app you'd probably just use Wordpress.

One of the major driving factors for me making this is that it's really hard to add blog functionality to a Spree application. Stuff conflicts all over the place. So if you're looking for a blog solution for your Spree app, this should be a great candidate.

KISS

One of the mantras of this project is to keep it simple and to pull in as few dependencies as possible.

  • Minimal javascript.
  • Turbolinks is great.
  • Native HTML5 is great.
  • No css framework at all.
  • Does provide namespaced css classes and IDs for you. You're an adult; you can style your own blog. It'll be a better fit with your existing app as a result.

If you find the dependencies conflict with your mainline app let me know. We'll see if we can factor it out somehow.

About

A blog engine for Rails that provides re-usable bloggy widgets, a mountable path structure if you want it, and is completely CSS/JS agnostic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published