# decidim-blogs The BLOG module adds posts to any participatory process. It adds a CRUD engine to the admin and public view scoped inside the participatory process. ## Usage BLOG will be available as a Component for a Participatory Process. ## Installation Add this line to your application's Gemfile: ```ruby gem 'decidim-blogs' ``` And then execute: ```bash bundle ``` ## Contributing See [Decidim](https://github.com/decidim/decidim). ## License See [Decidim](https://github.com/decidim/decidim).