t3g / blog-template
This package is abandoned and no longer maintained.
No replacement package was suggested.
blog template extension
Package info
github.com/TYPO3GmbH/ext-blog-template
Language:HTML
Type:typo3-cms-extension
pkg:composer/t3g/blog-template
1.2.3
2020-02-17 13:54 UTC
Requires
- reelworx/rx-shariff: 7.3.1
- t3g/blog: *
Requires (Dev)
- phpunit/phpunit: 5.4.6
README
Installation
- Install EXT:blog
- Install EXT:blog_template (this extension)
- Create a subtree for the blog
- Create a folder as storage for all data
- Create your blog post as pages of type "blog post" within the folder
- Add the static "TYPO3 Blog Template" to your blog root page
- Configure your blog via constants:
plugin.tx_blog.settings.blogUid = <UID of Rootpage> plugin.tx_blog.persistence.storagePid = <UID of Storage> - Take care of realurl config (see next section)
realurl config
The extension EXT:blog delivers a realurl config, all you need is a mapping for your own instance. Add the following rules to your realurl config:
'fixedPostVars' => [
'<UID_CATEGORY_PAGE>' => 'tx_blog_category',
'<UID_TAG_PAGE>' => 'tx_blog_tag',
'<UID_ARCHIVE_PAGE>' => 'tx_blog_archive'
]
Customize templates
Templates configured via TypoScript in EXT:blog_template/Configuration/TypoScript/BlogTemplate/
You can find the markup in: EXT:blog_template/Resource/Private/