ducksoupdev/dsblog

There is no license information available for the latest version (dev-master) of this package.

Blog module for SilverStripe v3.1.x

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Type:silverstripe-module

dev-master 2014-05-14 11:43 UTC

This package is not auto-updated.

Last update: 2024-04-09 04:45:50 UTC


README

A simple module for creating and maintaining blog posts.

  • Posts are created as DataObjects
  • Posts are managed through ModelAdmin extension
  • Posts can be tagged
  • Tag and Date filters are provided in the templates
  • Templates can be customised
  • Post submission form for guest posts -

Requirements

Installation

composer require ducksoupdev/dsblog dev-master

After installation run /dev/build?flush=1

Templates

The templates can be changed by creating a new set in the themes directory using your chosen theme. For example, if your chosen theme is 'simple', create a directory named 'simple_dsblog' and copy the templates directory from the module into that directory.

TODO

  • Blog comments

Maintainer

Matt Levy - ducksoupdev (at) gmail (dot) com