t3g / blog-template
blog template extension
Installs: 1 341
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Language:HTML
Type:typo3-cms-extension
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/