2017 © Pedro Peláez
 

typo3-flow-plugin neos-plugin-blog

Simple blog for TYPO3 Neos

image

m12/neos-plugin-blog

Simple blog for TYPO3 Neos

  • Monday, July 13, 2015
  • by ryzy
  • Repository
  • 1 Watchers
  • 2 Stars
  • 676 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 17 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

TYPO3 Neos very simple Blog plugin

This is a node-based blog plugin for TYPO3 Neos websites. It is based on robertlemke/RobertLemke.Plugin.Blog work - thank you!, (*1)

Features

  • Blog Post page type (M12.Plugin.Blog:Post)
  • Blog Post Overview plugin to create blog post index (M12.Plugin.Blog:PostPlugin) with two modes:
    • index: renders list of blog posts, with paginating
    • latest: render latest blog posts
  • Disqus comments integration

Quick start

  • include plugin route definitions to your Configuration/Routes.yaml file:

```yaml

name: 'M12.Plugin.Blog' uriPattern: '' subRoutes: M12PluginBlogSubroutes: package: M12.Plugin.Blog, (*2)


* install plugin using ```bash composer require m12/neos-plugin-blog:* ``` * add new post by adding new 'Blog Post' page in your page tree * add the plugin 'Blog Post Overview' to the position of your choice to render post list. * set _Posts source node_ to node containing blog posts. This step is only required if the plugin node is put somewhere else, not on the node containing blog posts. ## Configuration For a complete list of config options, see plugin's [Configuration/Settings.yaml](Configuration/Settings.yaml) file. ### Disqus integration If you'd like to use [Disqus](http://disqus.com/) comments system, you need to configure it. Simply add to your global Configuration/Settings.yaml: ```yaml M12: Plugin: Blog: disqus: enabled: TRUE shortname: 'registered-disqus-shortname'

RSS feed config

Configure in global Configuration/Settings.yaml by adding:, (*3)

M12:
  Plugin:
    Blog:
      feed:
        uri: '/blog.rss.xml'
        postsLimit: 20
        title: 'TYPO3 Neos Blog'
        description: 'Blog powered by TYPO3 Neos'
        defaultAuthor: 'Wawel Dragon'

The Versions

13/07 2015

dev-master

9999999-dev

Simple blog for TYPO3 Neos

  Sources   Download

MIT

The Requires

 

25/10 2014

0.3.2

0.3.2.0

Simple blog for TYPO3 Neos

  Sources   Download

MIT

The Requires

 

17/06 2014

0.3.1

0.3.1.0

Simple blog for TYPO3 Neos

  Sources   Download

MIT

The Requires

 

15/06 2014

0.3.0

0.3.0.0

Simple blog for TYPO3 Neos

  Sources   Download

MIT

The Requires

 

29/03 2013