2017 © Pedro Peláez
 

neos-plugin plugin-blog

A blog plugin for Neos

image

robertlemke/plugin-blog

A blog plugin for Neos

  • Thursday, April 26, 2018
  • by robertlemke
  • Repository
  • 15 Watchers
  • 29 Stars
  • 2,046 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 17 Forks
  • 2 Open issues
  • 12 Versions
  • 1 % Grown

The README.md

Neos CMS Blog Plugin

This plugin provides a node-based plugin for Neos websites., (*1)

Note: Although this package is in use (for example on robertlemke.com) it is not a full-fledged blogging solution., (*2)

Quick start

  • Include the Plugin's route definitions to your Routes.yaml file, just like
-
  name: 'RobertLemkeBlogPlugin'
  uriPattern: '<RobertLemkeBlogPluginSubroutes>'
  subRoutes:
    RobertLemkeBlogPluginSubroutes:
      package: RobertLemke.Plugin.Blog
  • add the plugin content element "Blog Post Overview" to the position of your choice.

Comment notifications

As soon as the notifications.to.email setting is configured and neos/swiftmailer is installed, a notification will be sent whenever a comment is submitted., (*3)

Akismet spam checking

If you configure the Akismet package comments will be checked for being spam and marked as such., (*4)

RSS feed

  • add a page to serve the feed below your posts container node, it can be empty and should be hidden in menus, (*5)

  • add this to your TS (configuration shows default values):, (*6)

xml = RobertLemke.Plugin.Blog:Feed {
  feedTitle = 'The Neos Blog'
  feedDescription = 'A great, new - yet unconfigured - blog powered by Neos'
  feedUri = ''
  includeContent = ${false}
}

Now when you visit the "feed node" and use xml instead of html in the URL, you should see an XML feed os the blog., (*7)

The Versions

26/04 2018
04/05 2016

2.0.x-dev

2.0.9999999.9999999-dev

A blog plugin for Neos

  Sources   Download

MIT

The Requires

 

18/12 2015

1.0.1

1.0.1.0

A blog plugin for Neos

  Sources   Download

MIT

The Requires

 

20/08 2015

1.0.0

1.0.0.0

A blog plugin for TYPO3 Neos

  Sources   Download

MIT

The Requires

 

29/03 2013