{"id":13819018,"url":"https://github.com/acentro/picco_blog","last_synced_at":"2025-09-16T07:07:10.851Z","repository":{"id":56888029,"uuid":"54740838","full_name":"acentro/picco_blog","owner":"acentro","description":"PiccoBlog is a simple Ruby on Rails markdown blog engine","archived":false,"fork":false,"pushed_at":"2021-11-05T18:59:38.000Z","size":215,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T20:55:27.728Z","etag":null,"topics":["blog","markdown","rails-engine","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://acentro.github.io/picco_blog/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acentro.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/acentro"]}},"created_at":"2016-03-25T19:06:10.000Z","updated_at":"2022-09-13T19:59:00.000Z","dependencies_parsed_at":"2022-08-21T00:50:52.654Z","dependency_job_id":null,"html_url":"https://github.com/acentro/picco_blog","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/acentro/picco_blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acentro%2Fpicco_blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acentro%2Fpicco_blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acentro%2Fpicco_blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acentro%2Fpicco_blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acentro","download_url":"https://codeload.github.com/acentro/picco_blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acentro%2Fpicco_blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275027855,"owners_count":25392994,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["blog","markdown","rails-engine","ruby-on-rails"],"created_at":"2024-08-04T08:00:37.892Z","updated_at":"2025-09-16T07:07:10.822Z","avatar_url":"https://github.com/acentro.png","language":"Ruby","funding_links":["https://www.paypal.me/acentro"],"categories":["Happy Exploring 🤘"],"sub_categories":[],"readme":"![PiccoBlog Logo](https://acentrosys.com/piccoblog/piccoblog-b.png)\n\n[![Gem Version](https://badge.fury.io/rb/picco_blog.svg)](https://badge.fury.io/rb/picco_blog)\n\nPiccoBlog is a simple and light weight markdown blog engine for Ruby on Rails (v4.2.4+) applications. \n\n#### Basic functionality includes:\n\n- Title, body, exceprt\n- Featured image\n- Tagging\n- Pagination\n- Member's only flag\n- Hidden/Visible state\n\n#### TODO:\n- Enable autosave feature\n- Integrate complete test suite\n- Comments are not fully impemented (ActiveRecord or other)\n\n#### Dependencies:\n- [SimpleMDE v1.11.2 Markdown Editor Library](https://simplemde.com)\n- JQuery\n\n## Installation\n\nAdd this line to your application's Gemfile:\n```Ruby\ngem 'picco_blog'\n```\n\nAnd then execute:\n```\n$ bundle install\n```\n\nGenerate the install files (migrations and initializer)\n```\n$ rails generate picco_blog:install\n```\n\nRun migrations\n```\n$ rake db:migrate\n```\n\nIf you want to override the default ERB views (most likely you do)\n```\n$ rails generate picco_blog:views\n```\n\nAdd to `config/routes.rb`\n```\nmount PiccoBlog::Engine =\u003e \"/blog\"\n```\n\nInclude the PiccoBlog Javascript and CSS Assets. Note: JQuery is required to be loaded first!\n\nAdd to `assets/javascripts/application.js`\n```\n//= require picco_blog/application\n```\n\nAdd to `assets/stylesheets/application.css`\n```\n *= require picco_blog/application\n```\n\nDone!\n\n## Configuation\n\n#### Initializer\nThe default initializer was copied to `config/initializers/picco_blog.rb`. Each configurable option is commented in the file. \n\n#### Dependency gems\nBy default, Dragonfly and Friendly ID gems are utilized. To override these configurations, create `config/initializers/dragonfly.rb` and `config/initializers/friendly_id.rb` initializers.\n\n## Issues\nPlease use the [issue tracker](https://github.com/acentro/picco_blog/issues) if you have any issues.\n\n## Change Log\nChanges are listed in [CHANGELOG.md](https://github.com/acentro/picco_blog/blob/master/CHANGELOG.md)\n\n## Credits \u0026 Copyright\n[Brandon Bango](https://github.com/brandonbango) - Author\n\nThis project rocks and uses MIT-LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facentro%2Fpicco_blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facentro%2Fpicco_blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facentro%2Fpicco_blog/lists"}