Sha256: fa6b9eb1db7ea5835c3626d986fe87bd23066462aeb289786b17e908082caeb3
Contents?: true
Size: 1.07 KB
Versions: 2
Compression:
Stored size: 1.07 KB
Contents
#Baron Blog Engine Gem This is my first project in Ruby. I wanted to create the simplest blog engine I could that included all the features I was looking for in my person blog. There are two parts, the [Baron Blog Engine Gem](https://rubygems.org/gems/baron) and the [Baron Blog](https://github.com/nbuggia/baron-blog) project. The gem contains the code for routing, HTTP, and the MVC components of a simple blog. The blog project instantiates the gem and includes the blog UI templates and content. --- While writing this blog engine, I borrowed some code and design approaches from many existing blog engines. Following were the most useful. Toto * URL: https://github.com/cloudhead/toto * Author: http://cloudhead.io/ (Alexis Sellier) * License: https://github.com/cloudhead/toto/blob/master/LICENSE Jekyll * URL: https://github.com/mojombo/jekyll * Author: http://tom.preston-werner.com/ (Tom Preston-Werner) * License: https://github.com/mojombo/jekyll/blob/master/LICENSE Scanty * URL: https://github.com/adamwiggins/scanty * Author: http://about.adamwiggins.com/ (Adam Wiggins)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
baron-1.0.18 | Readme.md |
baron-1.0.17 | Readme.md |