Skip to content

jeffmcfadden/engrave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No one really needs another rails blog engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published