Git Product home page Git Product logo

blogo's Introduction

Blogo

Mountable blog engine for Ruby on Rails 4.

Build Status Code Climate Coverage Status

Who uses Blogo?

Quick start

Add the gem to Gemfile of you Rails application:

gem 'blogo'

Install the gem:

bundle install

Install initializer file:

rails generate blogo:install

Take a look into config/initializers/blogo.rb and configure what you need.

Install blogo migrations and run them:

rake blogo:install:migrations
rake db:migrate

Create a user:

rake blogo:create_user[user_name,[email protected],password]

Mount the blog routes to you rails application in config/routes.rb

  Blogo::Routes.mount_to(self, at: '/blog')

Run the rails application and go to http://localhost:3000/blog/admin to create you first post!

Go to http://localhost::3000/blog to take a look at your posts.

More information?

Please see wiki.

Features

  • Mountable rails engine
  • Image upload
  • "Read more" feature
  • Tags
  • Comments with Disqus
  • Atom feed
  • Pagination
  • Designed to support multiple formats(html, markdown, whatever)
  • WYSIWYG editor(for html format)
  • Google Analytics
  • Social icons (Github, Twitter, can be more if you need it)
  • SEO optimized: generates meta description, keywords, meta tags for facebook(OpenGraph) and twitter
  • Can be customized for your own needs.
  • Very few external dependencies
  • Localization support

Markup Formats

The next formats are supported out of the box, but don't forget to add necessary dependencies to your Gemfile manually.

Format Dependency
html -
markdown redcarpet

Credits

License

This project rocks and uses MIT-LICENSE.

blogo's People

Contributors

greyblake avatar diegosouza avatar rept avatar

Watchers

tania daniela paiva avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.