Go to file
yafeilee edd192135a fix repeat click like button when page refreshing 2015-04-05 09:10:10 +08:00
app fix repeat click like button when page refreshing 2015-04-05 09:10:10 +08:00
bin add spring 2014-05-11 18:54:28 +08:00
config add cors 2015-02-25 13:31:21 +08:00
db 升级至 rails4 2014-03-28 21:31:21 +08:00
doc 增加图片说明 2014-04-07 08:24:19 +08:00
lib add simple form configure 2014-12-31 01:02:31 +08:00
log 初始化mongoid,rails3.2.6, rspec 2012-06-23 06:19:03 +08:00
public new favico logo 2014-04-02 15:43:45 +08:00
script script 将 rails 3 标识去掉 2014-04-01 13:09:25 +08:00
spec 更新 rails 版本与 rspec 升级 2014-11-25 01:05:00 +08:00
vendor 支持图片上传, 增加rss订阅 2012-06-25 00:09:44 +08:00
.ackrc fix repeat click like button when page refreshing 2015-04-05 09:10:10 +08:00
.gitignore 添加 sidekiq 的布署脚本 2014-04-03 00:01:25 +08:00
.rspec 初始化mongoid,rails3.2.6, rspec 2012-06-23 06:19:03 +08:00
.travis.yml travis ci not use ruby-head 2014-07-21 15:11:35 +08:00
Gemfile fix #7 issue: rake assets:precompile error 2015-03-03 00:03:59 +08:00
Gemfile.lock fix #7 issue: rake assets:precompile error 2015-03-03 00:03:59 +08:00
Guardfile guard file update for 4.0 2014-09-29 22:06:18 +08:00
LICENSE 增加授权MIT 2014-04-02 16:11:38 +08:00
README.md Update README.md 2015-02-01 09:12:43 +08:00
Rakefile 整理文件注释 2014-04-01 13:10:22 +08:00
config.ru 整理文件注释 2014-04-01 13:10:22 +08:00

README.md

WBlog

Build Status Code Climate Test Coverage

为移动而生的 Ruby on Rails 开源博客. WBlog 基于 MIT 协议, 自由使用.

  • 用户极为友好的阅读体验
  • 自带干净的评论系统
  • 简洁而不简单的发布博客流程

访问我的博客以体验: http://yafeilee.me

后台禁止爬虫, 使用: http://yafeilee.me/admin 访问, 用户名密码可配置.

screenshot

为什么重写 WBlog

老的 WBlog 是两年前构建的, 体验越来越差, 而个人不喜欢托管博客到其他的站点, 又没有合适的 Ruby on Rails 博客系统.

  • 优先以手机用户体验为主
  • 干净的评论系统
  • 良好的博客语法高亮支持
  • markdown, 简洁而不简单的后台
  • 要独立站点

特色

  • 自适应于所有屏幕终端, 方便微信分享与评论
  • 优先考虑移动用户, 可方便使用二维码扫描与关注
  • 自带评论系统, 干净而方便
  • markdown 支持, 博客语法高亮, 方便技术性博客
  • 开源可商用, 个性化能力超强 ( 与非独立博客相比 )

期望

成为 Ruby on Rails 下最好用的独立博客建站系统

本地学习

WBlog 是一个基本的博客系统, 使用它之前, 你需要准备一台 VPS 独立主机, 安装好 Ruby on Rails 与 Mongodb. 我希望你是熟悉 Ruby on Rails 的, 这样方便定制 WBlog, 现在 WBlog 还太小.

假定你有环境后, 克隆本代码. 然后与往常的 Rails 项目一样, 输入

bundle install
cp config/application.yml.example config/application.yml
cp config/database.yml.example config/database.yml
rails s

OK, That's all.

发布应用

WBlog 采用了 mina 作为自动化发布工具, 使用 nginx, unicorn 为相关容器.

对应的发布流程在: WBlog 的发布流程

技术栈

  • Ruby on Rails 4.1.8 / Ruby 2.0
  • AngularJS
  • Foundation 5
  • mina
  • slim
  • Mongodb

Ruby 相关开源博客推荐