Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.61 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.61 KB

Overview

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

Getting started

To start a new website with a blog installed;

composer create-project silverstripe/recipe-blog website ^1

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.