silverstripe/recipe-blog

SilverStripe Blog Project Template

Installs: 102 269

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 9

Forks: 2

Open Issues: 1

Type:silverstripe-recipe


README

CI Silverstripe supported module

Provides a quick baseline installation for a blog and some common supporting features.

Installation

To start a new website with a blog installed;

composer create-project silverstripe/recipe-blog website

Or to include a blog into your existing website:

composer require silverstripe/recipe-blog

Included functionality

This 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:

And includes some configuration out of the box.