jokklan / widgit-cms

A modern, higly flexible CMS system for Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WidgIt CMS

This project rocks and uses MIT-LICENSE.

Getting started

Steps for creating a new component:

  • create models/components/[component].rb
  • create views/widgit/base/[component].html.haml
  • add to controllers/admin/pages_controller
  • add to models/widgit/component.rb
  • add to views/widgit/base/toolbar
  • (optional) sass-extend fontawesome-icon to fa-[component]

About

A modern, higly flexible CMS system for Rails

License:MIT License


Languages

Language:Ruby 39.0%Language:CSS 30.4%Language:CoffeeScript 20.6%Language:HTML 8.7%Language:JavaScript 1.3%