Wblog screenshot

Wblog

Author Avatar Theme by Windy
Updated: 7 Apr 2025
216 Stars

The missing independent blog system for Ruby on Rails

Categories

Overview:

WBlog is an open-source blog system built on Ruby on Rails 6.1. It is designed with a mobile-first approach and offers a modern, clean reading experience. With features like Markdown support, independent comment and subscribe systems, and responsive design, WBlog aims to provide a user-friendly platform for creating and sharing content.

Features:

  • Modern clean reading feelings: Designed for a clean and modern reading experience.
  • Markdown support: Allows users to format articles using Markdown.
  • Mobile first: Responsive design for iPhone, iPad, and iMac.
  • Independent comment system: Users have a dedicated comment system for their blogs.
  • Subscribe system: Allows users to manage subscriptions to their content.
  • Picture management system: Facilitates easy management of images within the blog.
  • QR Code & Like button: Enables easy sharing of articles with friends.
  • Personalization and commercialization: Users have the freedom to customize and monetize their blogs.

Installation:

To install WBlog, follow these steps:

  1. Clone the repository:

    git clone git@github.com:windy/wblog.git
    cd wblog
    
  2. Install dependencies and configure: Update application.yml and database.yml with your settings.

  3. Start the application:

    rails server
    
  4. Access the application: Open a browser and visit http://localhost:3000.

Summary:

WBlog is an open-source blog system built on Ruby on Rails 6.1 with a focus on mobile responsiveness and clean design. It offers features like Markdown support, independent comment and subscribe systems, and customizable options for users. By following the installation guide, users can set up WBlog on their local development environment for testing and customization. WBlog aims to provide a user-friendly and flexible platform for creating and sharing content.