Provides a blog for SilverWare apps, divided into a series of categories and posts.
Installation is via Composer:
$ composer require silverware/blog
The module provides three pages ready for use within the CMS:
Blog
BlogCategory
BlogPost
Create a Blog
page as the top-level of your blog. Under the Blog
you
may add BlogCategory
pages as children to divide the blog into a series
of categories. Then, as children of BlogCategory
, add your BlogPost
pages.
A BlogPost
consists of a title, content, date, and a series of tags. The tags
used by your BlogPost
pages can be used in conjuction with the
TagCloudComponent
provided by SilverWare to render a tag cloud of your
blog tags.
Blog
and BlogCategory
pages are also implementors of ListSource
, and can be used with
components to show a series of blog posts as list items.
A Blog
also supports the automatic generation of an RSS feed based on the
latest blog posts. You can enable or disable this functionality using the "Feed enabled"
checkbox on the Blog
options tab.
Please use the GitHub issue tracker for bug reports and feature requests.
Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.
Colin Tucker | Praxis Interactive |
BSD-3-Clause © Praxis Interactive