https://github.com/localgovdrupal/localgov_blogs
Provides blog channel and blog post content types with related views for LocalGov Drupal.
https://github.com/localgovdrupal/localgov_blogs
Last synced: 3 months ago
JSON representation
Provides blog channel and blog post content types with related views for LocalGov Drupal.
- Host: GitHub
- URL: https://github.com/localgovdrupal/localgov_blogs
- Owner: localgovdrupal
- License: gpl-2.0
- Created: 2022-09-15T15:36:17.000Z (over 3 years ago)
- Default Branch: 1.x
- Last Pushed: 2025-10-06T22:27:42.000Z (8 months ago)
- Last Synced: 2026-01-02T13:50:59.364Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# LocalGov Drupal Blogs
This module provides blog channel and blog post content types with related views for the LocalGov Drupal distribution.
## Content types
The content types this module provides are:
- Blog channel
- Blog post
## Other features
The module includes an optional Previous / Next Navigation block - called Blog Previous Next block - which can be added to any region using block layout
Normally added to the `Content bottom` region and restricted to just `Blog post` content types
## Installing
You can install this module with the following composer command.
```
composer require localgovdrupal/localgov_blogs:^1.0.0
```
## Issues
If you run into issues using this module, please report them at https://github.com/localgovdrupal/localgov_blogs/issues
## Maintainers
- Stephen Cox - [Drupal (stephen-cox)](https://www.drupal.org/u/stephen-cox) | [GitHub (stephen-cox)](https://github.com/stephen-cox)
- Mark Conroy - [Drupal (markconroy)](https://www.drupal.org/u/markconroy) | [GitHub (markconroy)](https://github.com/markconroy)