axllent/silverstripe-weblog

A blog module for Silverstripe

Maintainers

Package info

github.com/axllent/silverstripe-weblog

Type:silverstripe-vendormodule

pkg:composer/axllent/silverstripe-weblog

Statistics

Installs: 1 344

Dependents: 2

Suggesters: 0

Stars: 2

Open Issues: 0

2.0.0 2025-11-21 06:24 UTC

README

Silverstripe Weblog is a basic blogging framework. The core package doesn't contain complicated permissions, authors, comments, tags or categories. These features can be added separately if necessary & when needed through extensions such as weblog-categories.

The Silverstripe Weblog module was built from the ground up, however is based on the Silverstripe Blog module, and borrows some ideas and methods from the project.

Features

  • Basic foundation for blog and blog posts
  • A single custom "Weblog" permissions group CMS_ACCESS_Weblog
  • Scheduled blog posts
  • Featured image for blog posts
  • Integrated with silverstripe/lumberjack for easy post management
  • Blog RSS
  • Open Graph meta tags

Documentation

Requirements

silverstripe/cms: ^6.0
silverstripe/lumberjack

Suggested Modules