Damian Mooyman 8a877debf2 Merge pull request #337 from scott1702/master
Add changelog for release
2015-11-20 13:22:03 +13:00
2015-04-09 16:03:30 +12:00
2015-04-22 16:17:09 +12:00
2015-11-19 10:09:46 +13:00
2015-04-23 14:30:58 +12:00
2015-11-17 16:07:37 +13:00
2015-11-19 10:09:46 +13:00
2015-11-10 10:20:12 +13:00
2015-11-19 13:24:47 +13:00
2015-11-19 19:11:09 +13:00
2015-11-20 12:52:01 +13:00
2015-11-20 12:52:01 +13:00
2015-11-19 18:29:47 +13:00

SilverStripe Blog Module

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Features

Requirements

silverstripe/cms: ~3.1
silverstripe/lumberjack: ~1.1
silverstripe/tagfield: ^1.0

Suggested Modules

silverstripe/widgets: *
silverstripe/comments: *

Installation

composer require silverstripe/blog 2.0.x-dev

Upgrading legacy blog to 2.0

If you're upgrading from blog version 1.0 to 2.0 you will need to run the BlogMigrationTask. Run the task using dev/tasks/BlogMigrationTask either via the browser or sake CLI to migrate your legacy blog to the new version data structure.

Usage

Because your blog is part of the SiteTree, usage is the same as any other page.

By default, blog posts don't appear in the SiteTree, to avoid clutter. Instead they appear inside your blog as a GridField.

If you'd rather display your posts within the SiteTree, you can do so using SilverStripe config.

In mysite/_config/settings.yml

BlogPost:
  show_in_sitetree: true
Description
No description provided
Readme 7.5 MiB
Languages
PHP 87.6%
Scheme 4.5%
JavaScript 3.3%
Gherkin 2.4%
SCSS 2.2%