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

  • 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/symfonymailer is installed, a notification will be sent whenever a comment is submitted., (*3)

You can configure the email address to which the notifications are sent by adding the following to your Settings.yaml:, (*4)

RobertLemke:
  Plugin:
    Blog:
      notifications:
        to:
          email: 'jon@doe.org'
          name: 'You Name'

Akismet spam checking

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

RSS feed

The RSS feed is available at /rss.xml by default. You can change the URL by adjusting the route configuration. To add the RSS feed to the head of your page, you can add a Fusion component like the following to your page. This is just an example, you can adjust it to your needs., (*6)

Neos.Neos:Page {
    head {
        metadata = Example.Site:Integration.Components.MetaTags
    }
}
prototype(Example.Site:Integration.Components.MetaTags) < prototype(Neos.Fusion:Component) {
    rssUri = Neos.Neos:NodeUri {
        node = ${rootSite || site}
        absolute = true
        @process.append = ${(String.endsWith(value, '/') ? value : value + '/') + 'rss.xml'}
    }

    renderer = afx`
        <link rel="alternate" type="application/rss+xml" title="RSS-Feed" href={props.rssUri}/>
    `
}

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