{"id":13778761,"url":"https://github.com/refinery/refinerycms-blog","last_synced_at":"2025-04-05T14:09:20.447Z","repository":{"id":52279671,"uuid":"825360","full_name":"refinery/refinerycms-blog","owner":"refinery","description":"The very best blogging engine for Refinery CMS","archived":false,"fork":false,"pushed_at":"2023-05-23T07:05:29.000Z","size":1500,"stargazers_count":305,"open_issues_count":39,"forks_count":251,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-29T13:11:23.394Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://refinerycms.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/refinery.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2010-08-08T22:40:24.000Z","updated_at":"2024-12-04T21:15:16.000Z","dependencies_parsed_at":"2022-09-12T10:30:39.911Z","dependency_job_id":"0a8ec264-950d-428f-80b4-837cf6b7c490","html_url":"https://github.com/refinery/refinerycms-blog","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refinery%2Frefinerycms-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refinery","download_url":"https://codeload.github.com/refinery/refinerycms-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345854,"owners_count":20924102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T18:00:57.233Z","updated_at":"2025-04-05T14:09:20.430Z","avatar_url":"https://github.com/refinery.png","language":"Ruby","funding_links":[],"categories":["Ruby","Refinery team extensions"],"sub_categories":["Frontoffice extensions"],"readme":"# Refinery CMS Blog [![Build Status](https://travis-ci.org/refinery/refinerycms-blog.svg?branch=master)](https://travis-ci.org/refinery/refinerycms-blog)\n\nSimple blog engine for [Refinery CMS](http://refinerycms.com). It supports posts, categories and comments.\n\nThis version of `refinerycms-blog` supports Refinery 4.x and Rails 5.1.x (Ruby 2.2+). To use Rails 4.x / Refinery 3.1.x / Ruby 2.1 or older use the [refinerycms-blog \"Refinery CMS 3-0 stable branch\"](http://github.com/refinery/refinerycms-blog/tree/3-0-stable).\n\nOptions:\n\n* Comment moderation\n* [ShareThis.com](http://sharethis.com) support on posts. To enable, set your key in Refinery's settings area.\n\n## Requirements\n\nRefinery CMS version 4.0.0 or above (Ruby 2.2 or above).\n\n## Install\n\nOpen up your ``Gemfile`` and at the bottom, add this line:\n\n\n```ruby\ngem 'refinerycms-blog', git: 'https://github.com/refinery/refinerycms-blog', branch: 'master'\n```\n\nNote: if the [refinerycms-page-images](https://github.com/refinery/refinerycms-page-images) extension is also installed, make sure `gem refinerycms-blog` comes before `gem 'refinerycms-page-images'`.\n\nNow, run ``bundle install``\n\nNext, to install the blog plugin run:\n\n    rails generate refinery:blog\n\nRun database migrations:\n\n    rake db:migrate\n\nFinally seed your database and you're done.\n\n    rake db:seed\n\n## Visual Editor\n\nBy default, this extension does not require any particular visual editor.\nPreviously, Refinery was coupled to WYMeditor but this has been extracted to an\nextension, [refinerycms-wymeditor](https://github.com/parndt/refinerycms-wymeditor).\n\nIf you want to use `refinerycms-wymeditor`, simply place it in your Gemfile:\n\n```ruby\ngem 'refinerycms-wymeditor', ['~\u003e 1.0', '\u003e= 1.0.6']\n```\n\n## Developing \u0026 Contributing\n\nThe version of Refinery to develop this engine against is defined in the gemspec. To override the version of refinery to develop against, edit the project Gemfile to point to a local path containing a clone of refinerycms.\n\n### Testing\n\nGenerate the dummy application to test against\n\n    $ bundle exec rake refinery:testing:dummy_app\n\nRun the test suite with [Guard](https://github.com/guard/guard)\n\n    $ bundle exec guard start\n\nOr just with rake spec\n\n    $ bundle exec rake spec\n\n## Additional Features\n* To limit rss feed length, use the 'max_results' parameter\n\n    http://test.host/blog/feed.rss?max_results=10\n\n## More Information\n* Check out our [Website](http://refinerycms.com/)\n* Documentation is available in the [guides](http://refinerycms.com/guides)\n* Questions can be asked on our [Google Group](http://group.refinerycms.org)\n* Questions can also be asked in our IRC room, [#refinerycms on freenode](irc://irc.freenode.net/refinerycms)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefinery%2Frefinerycms-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefinery%2Frefinerycms-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefinery%2Frefinerycms-blog/lists"}