{"id":37010000,"url":"https://github.com/breadlesscode/neos-blog","last_synced_at":"2026-01-14T00:58:45.769Z","repository":{"id":29340975,"uuid":"120448709","full_name":"breadlesscode/neos-blog","owner":"breadlesscode","description":"A simple blog plugin for Neos CMS","archived":false,"fork":false,"pushed_at":"2022-12-08T21:44:45.000Z","size":956,"stargazers_count":16,"open_issues_count":16,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-04T14:12:16.437Z","etag":null,"topics":["blog","categories","comments","neos","neos-blog","neos-cms","neos-plugin","neoscms","tags"],"latest_commit_sha":null,"homepage":"https://breadlesscode.github.io/neos-blog","language":"PHP","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/breadlesscode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-06T11:55:38.000Z","updated_at":"2023-09-08T17:36:16.000Z","dependencies_parsed_at":"2023-01-14T14:45:32.467Z","dependency_job_id":null,"html_url":"https://github.com/breadlesscode/neos-blog","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/breadlesscode/neos-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breadlesscode%2Fneos-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breadlesscode%2Fneos-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breadlesscode%2Fneos-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breadlesscode%2Fneos-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/breadlesscode","download_url":"https://codeload.github.com/breadlesscode/neos-blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/breadlesscode%2Fneos-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","categories","comments","neos","neos-blog","neos-cms","neos-plugin","neoscms","tags"],"created_at":"2026-01-14T00:57:57.964Z","updated_at":"2026-01-14T00:58:45.746Z","avatar_url":"https://github.com/breadlesscode.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neos Blog\n\n[![Packagist](https://img.shields.io/packagist/v/breadlesscode/neos-blog.svg?style=flat-square)](https://packagist.org/packages/breadlesscode/neos-blog)\n[![Downloads](https://img.shields.io/packagist/dt/breadlesscode/neos-blog.svg)](https://packagist.org/packages/breadlesscode/neos-blog)\n[![Packagist](https://img.shields.io/packagist/l/breadlesscode/neos-blog.svg?style=flat-square)](https://packagist.org/packages/breadlesscode/neos-blog)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![GitHub stars](https://img.shields.io/github/stars/breadlesscode/neos-blog.svg?style=social\u0026label=Stars)](https://github.com/breadlesscode/neos-blog/stargazers)\n[![GitHub watchers](https://img.shields.io/github/watchers/breadlesscode/neos-blog.svg?style=social\u0026label=Watch)](https://github.com/breadlesscode/neos-blog/subscription)\n\nThis Neos CMS plugin is for a simple blog functionality.\n\n## Features\n - Categories\n - Tags\n - Comments\n - Author page\n - Listing with pagination\n\n\n## Installation\nMost of the time you have to make small adjustments to a package (e.g., the configuration in Settings.yaml). Because of that, it is important to add the corresponding package to the composer from your theme package. Mostly this is the site package located under Packages/Sites/. To install it correctly go to your theme package (e.g.Packages/Sites/Foo.Bar) and run following command:\n\n```bash\ncomposer require breadlesscode/neos-blog --no-update\n```\n\nThe --no-update command prevent the automatic update of the dependencies. After the package was added to your theme composer.json, go back to the root of the Neos installation and run composer update. Your desired package is now installed correctly.\n\n## Documentation\n\nDocumentation: https://breadlesscode.github.io/neos-blog\n\n## Contribution\n\nWe'd love you to contribute to neos-blog. We try to make it as easy as possible.\nWe are using semantic-release to have more time to concentrate on important stuff\ninstead of struggling in the dependency or release hell.\n\nTherefore the first rule is to follow the [eslint commit message guideline](https://github.com/conventional-changelog-archived-repos/conventional-changelog-eslint/blob/master/convention.md).\nIt is really easy, when you always commit via `yarn commit`. Commitizen will guide you.\n\nAll PRs will be merged into the master branch. Travis and semantic release will check the commit messages and start\nbuilding a new release when the analysis of the latest commits will trigger that.\n\nIf you have questions just ping us on twitter or github.\n\n\n## License\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreadlesscode%2Fneos-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbreadlesscode%2Fneos-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbreadlesscode%2Fneos-blog/lists"}