Provides a quick baseline installation for a blog and some common supporting features.
To start a new website with a blog installed;
composer create-project silverstripe/recipe-blog websiteOr to include a blog into your existing website:
composer require silverstripe/recipe-blogThis recipe includes silverstripe/blog and it's dependencies as one might
expect, but also provides a set of optional functionality enabled by the
presence of:
silverstripe/widgets: Add widgetssilverstripe/content-widget: Display HTML content in a widgetsilverstrpe/spamprotection: Add spam protection to Silverstripe formssilverstripe/akismet: Use Akismet to add a simple spam filtersilverstripe/comments: Add commenting functionality for Pages and other DataObjectssilverstripe/comment-notifications: Add simple email notification functionality for when new visitor comments are postedcolymba/gridfield-bulk-editing-tools: Facilitate bulk file upload & record editingsilverstripe/lumberjack: Easily manage pages in GridFields
And includes some configuration out of the box.