Skip to content

silverstripe/recipe-blog

Repository files navigation

Overview

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.