Skip to content

An easy admin interface built with rails to interact with a barebone octopress/jekyll website.

Notifications You must be signed in to change notification settings

yortz/octopress-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Octopress Admin

An easy admin interface built via rails to interact with a barebone octopress/jekyll website.

Why?

Inspired by https://github.com/zkarpinski/Jekyll-Admin

Install:

This is a simple rails 3 app, so cd into the app dir and

  
    $: bundle install       #install required gems
    $: rake db:create       #create dbs
    $: rake db:migrate      #migrate db
    $: rails s              #start app
  

About

An easy admin interface built with rails to interact with a barebone octopress/jekyll website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published