The missing open source blog system on Ruby on Rails.
WBlog is open source blog which built for mobile first, it's licenced on MIT, use it for free!
Characteristic:
- Modern clean reading feelings
- Markdown support, give nice formatted articles
- Mobile first, responsive page for iPhone, iPad, iMac.
- Independent comment system, subscribe system, picture manage system
A demo came from my English blog: http://en.zhuwenqian.com
Another demo using my blog: http://zhuwenqian.com
Power Admin Dashboard: http://en.zhuwenqian.com/admin, user and password are configurable.
Some screenshots
- Ruby ( = 2.3.1 )
- Postgresql ( >= 9.x )
- Nginx ( >= 1.4 )
- Responsive, iPhone, iPad, Notebook, PC, all are supported
- QR Code, Like button make your article easily sharing with your friends
- Inpendent comment system, subscribe system, that all belong to you
- Markdown supported, code highlight, especially for programmer, like you
- Personalize it, commercialize it, it all depends on you
Make it to the best Ruby on Rails Blog system in the world.
WBlog MUST run in Linux or OSX. I assume you are using OS X 10.
You can run it like a Ruby on Rails project as usual:
- Check dependencies
ruby -v
# 2.3.1
postgres --version
# 9.x.x
- Clone it
git clone git@github.com:windy/wblog.git
cd wblog
- Install dependencies & configure
gem install bundler
bundle install
cp config/application.yml.example config/application.yml
cp config/database.yml.example config/database.yml
Update application.yml
& database.yml
's content as you need
- Start it
rails s
Open browser with http://localhost:3000
If there is any error found, please check your database's user and password.
- Post the first blog
visit: http://localhost:3000/admin, input your username and password configurated in application.yml
.
then, post a new article.
OK, That's all.
WBlog uses mina
as automation deployment tool, uses unicorn
as the Rack container.
WBlog recommends nginx
as reverse proxy server.
It will be very fast.
Ruby on Rails project deployment is another topic, I would NOT talk it here.
You can read WBlog wiki for more information: WBlog 的发布流程(Chinese only now)
- Ruby on Rails 5.0.0
- Ruby 2.3.1
- Turbolinks / SJR
- Foundation 6
- mina
- slim
- Postgresql
- writings.io( Ruby on Rails 4.0.2 ): a multi users blog system https://github.com/chloerei/writings
- jekyll( Ruby Gem, Markdown): Static blog system http://jekyllrb.com/
- octopress( Github Pages ): http://octopress.org/
- middleman( Ruby Gem ): Another static blog system https://github.com/middleman/middleman
- robbin_site( Padrino ): https://github.com/robbin/robbin_site
MIT.
Home Page:
Home Page for mobile:
Home Page Hover Status for mobile:
Blog Show Page:
Blog Show Page Hover Status:
Admin Login Page:
Admin Dashboard Page:
Admin New Blog Page:
Admin Blogs Manage Page: