The missing independent blog system for Ruby on Rails
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.
To install WBlog, follow these steps:
Clone the repository:
git clone git@github.com:windy/wblog.git
cd wblog
Install dependencies and configure:
Update application.yml
and database.yml
with your settings.
Start the application:
rails server
Access the application: Open a browser and visit http://localhost:3000.
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.