Skip to content

TYPO3 Neos plugin for a simple blog. Not stable yet ... beware of changes!

Notifications You must be signed in to change notification settings

floriant/RobertLemke.Plugin.Blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPO3 Neos Blog Plugin

This plugin provides a node-based plugin for TYPO3 Neos websites.

Note: this package is still experimental and may change heavily in the near future.

Quick start

  • include the Plugin's route definitions to your Routes.yaml file, just like
-
  name: 'RobertLemkeBlogPlugin'
  uriPattern: '<RobertLemkeBlogPluginSubroutes>'
  subRoutes:
    RobertLemkeBlogPlugin:
      package: RobertLemke.Plugin.Blog
  • include the plugin's TypoScript definitions to your own one's (located in, for example, Packages/Sites/Your.Site/Resources/Private/TypoScripts/Library/ContentElements.ts2, with:
include: resource://RobertLemke.Plugin.Blog/Private/TypoScripts/Library/NodeTypes.ts2
  • add the plugin content element "Blog Post Overview" to the position of your choice.

About

TYPO3 Neos plugin for a simple blog. Not stable yet ... beware of changes!

Resources

Stars

Watchers

Forks

Packages

No packages published