svs / blu.rb

minimal sinatra based blogging engine

Home Page:http://prole.in/blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blu.rb – a minimal sinatra based blogging engine

features
- write in markdown
- arbitrary layout possible for individual posts
- layouts in haml
- arbitrary ‘pages’ such as about, contact, etc.
- rss feed publisher
- push to git to publish

getting started

  1. Clone blurb.
  2. Add a post commit hook in your github repo to hit http://yourblurbserver.com/update_blog
  3. Put your blog posts in markdown into the views/posts directory. The following rules are applied
    1. filenames ending in .haml are given the default layout (views/layout.haml)
    2. filenames with ..haml will use the layout in views/layout/<layoutname>.haml
    3. all other filenames will be served as html files

Comment support through disqus.com is trivial to add. Please read disqus documentation

About

minimal sinatra based blogging engine

http://prole.in/blog


Languages

Language:Ruby 100.0%