I decided that it was the time for me to start blogging. After some hours of research, I didn't find or felt good to try a blog powered by Rails.
So, I decided to code my own simple blog platform, using Rails 3.1, Mongoid, Twitter Bootstrap and Disqus.
This is intended to be a simple blog system, I will add more features as I need them.
I am taking this as an opportunity to improve my coding skills and to share what I've learned with others.
Feel free to fork, edit and send me pull requests.
Also, do not hesitate to get in touch sending an e-mail to jefferson@shamanime.com.
- Manage users using Devise
- Static pages using the high_voltage gem
- Comments powered by Disqus
- Layout based on the Twitter Boostrap
- Views using haml-rails
- Simple view to manage posts
- rdiscount to format posts using markdown