Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loveduckie/silverstripe-impression-images

A SilverStripe extension for automatically generating scaled, social media friendly, impression images for blog with official branding or logos for programming languages of technologies.
https://github.com/loveduckie/silverstripe-impression-images

Last synced: about 1 month ago
JSON representation

A SilverStripe extension for automatically generating scaled, social media friendly, impression images for blog with official branding or logos for programming languages of technologies.

Awesome Lists containing this project

README

        

# silverstripe-blog-impression-image-generator

A SilverStripe module for conveniently generating impression images for blogs using the `silverstripe/blog` module based on tags that are associated with the blog. This blog exposes additional extensibility through the `_config.yml` file. Refer to the section below for more information.

## Requirements

* SilverStripe ^4.0

## Installation
You can conveniently install this module by running the following command.

```
composer require loveduckie/silverstripe-blog-impression-image-generator
```

## License
See [License](license.md)

## Documentation
* [Documentation readme](docs/en/readme.md)

## Example configuration (optional)
If your module makes use of the config API in SilverStripe it's a good idea to provide an example config
here that will get the module working out of the box and expose the user to the possible configuration options.

Provide a yaml code example where possible.

```yaml

Page:
config_option: true
another_config:
- item1
- item2

```

## Maintainers
* Luc Shelton

## Bugtracker
Bugs are tracked in the issues section of this repository. Before submitting an issue please read over
existing issues to ensure yours is unique.

If the issue does look like a new bug:

- Create a new issue
- Describe the steps required to reproduce your issue, and the expected outcome. Unit tests, screenshots
and screencasts can help here.
- Describe your environment as detailed as possible: SilverStripe version, Browser, PHP version,
Operating System, any installed SilverStripe modules.

Please report security issues to the module maintainers directly. Please don't file security issues in the bugtracker.

## Development and contribution
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.