# Rack::Blogengine Rack Middleware to serve a simple blog ## Installation Add this line to your application's Gemfile: gem 'rack-blogengine' And then execute: $ bundle Or install it yourself as: $ gem install rack-blogengine ## Usage Create a targetfolder where your Styling & Content is placed. ### Structure `targetfolder/layout` - save your layout.html and style.css in this folder `targetfolder/assets` - your assets (images, js etc) will be served from this folder (http://pathtoapp.tld/images) `targetfolder/test.content` - your available blog entries matches to the .content files, each .content file is a blog entry ### Layout In the layout.html you use {title} and {content} which will then be populated with the values from each .content file Example: ```html