Project

engrave

0.0
No release in over 3 years
Low commit activity in last 3 years
Yet another Ruby blog engine.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
~> 4.0.1
~> 3.2.3
 Project Readme

Engrave

No, the world does not really need yet another Ruby blogging engine.

Installation

# Gemfile
gem 'engrave'

# Don't forget
$ bundle install

# Setup the DB	
$ rake engrave_engine:install:migrations
$ rake db:migrate

# Create a Post
> Page.new( { :name => "First Page", :body => "Here is some **markdown** baby!"} )

Now go visit http://myserver/pages/first-page