{"id":26235251,"url":"https://github.com/robertlemke/robertlemke.plugin.blog","last_synced_at":"2025-04-22T15:23:10.173Z","repository":{"id":6631149,"uuid":"7875053","full_name":"robertlemke/RobertLemke.Plugin.Blog","owner":"robertlemke","description":"Neos plugin for a simple blog. Beware of changes!","archived":false,"fork":false,"pushed_at":"2025-03-31T15:12:19.000Z","size":460,"stargazers_count":27,"open_issues_count":3,"forks_count":13,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-13T06:19:43.306Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/robertlemke.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2013-01-28T17:34:18.000Z","updated_at":"2025-03-31T15:10:58.000Z","dependencies_parsed_at":"2022-08-19T12:00:40.439Z","dependency_job_id":null,"html_url":"https://github.com/robertlemke/RobertLemke.Plugin.Blog","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertlemke%2FRobertLemke.Plugin.Blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertlemke%2FRobertLemke.Plugin.Blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertlemke%2FRobertLemke.Plugin.Blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertlemke%2FRobertLemke.Plugin.Blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertlemke","download_url":"https://codeload.github.com/robertlemke/RobertLemke.Plugin.Blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250265210,"owners_count":21402058,"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":"2025-03-13T02:36:27.109Z","updated_at":"2025-04-22T15:23:10.162Z","avatar_url":"https://github.com/robertlemke.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neos CMS Blog Plugin\n\nThis plugin provides a node-based plugin for Neos websites.\n\nNote: Although this package is in use (for example on robertlemke.com) it is not a full-fledged blogging solution.\n\n## Quick start\n\n* add the plugin content element \"Blog Post Overview\" to the position of your choice.\n\n## Comment notifications\n\nAs soon as the notifications.to.email setting is configured and neos/symfonymailer is installed, a notification\nwill be sent whenever a comment is submitted.\n\nYou can configure the email address to which the notifications are sent by adding the following to your `Settings.yaml`:\n\n```yaml\nRobertLemke:\n  Plugin:\n    Blog:\n      notifications:\n        to:\n          email: 'jon@doe.org'\n          name: 'You Name'\n```\n\n## Akismet spam checking\n\nIf you configure the Akismet package comments will be checked for being spam and marked as such.\n\n## RSS feed\n\nThe RSS feed is available at `/rss.xml` by default. You can change the URL by adjusting the route configuration.\nTo add the RSS feed to the head of your page, you can add a Fusion component like the following to your page.\nThis is just an example, you can adjust it to your needs.\n\n```\nNeos.Neos:Page {\n\thead {\n\t\tmetadata = Example.Site:Integration.Components.MetaTags\n\t}\n}\n```\n\n```\nprototype(Example.Site:Integration.Components.MetaTags) \u003c prototype(Neos.Fusion:Component) {\n    rssUri = Neos.Neos:NodeUri {\n        node = ${rootSite || site}\n        absolute = true\n        @process.append = ${(String.endsWith(value, '/') ? value : value + '/') + 'rss.xml'}\n    }\n\n    renderer = afx`\n        \u003clink rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS-Feed\" href={props.rssUri}/\u003e\n    `\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertlemke%2Frobertlemke.plugin.blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertlemke%2Frobertlemke.plugin.blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertlemke%2Frobertlemke.plugin.blog/lists"}