Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/boyvanamstel/jekyll-gensocial-example

Shows how to use the jekyll-gensocial plugin for Jekyll. Automatically generate images that appear when sharing links to your content.
https://github.com/boyvanamstel/jekyll-gensocial-example

example jekyll jekyll-plugin seo social-media

Last synced: about 2 months ago
JSON representation

Shows how to use the jekyll-gensocial plugin for Jekyll. Automatically generate images that appear when sharing links to your content.

Awesome Lists containing this project

README

        

# Jekyll Gensocial Example

[![Gem Version](https://badge.fury.io/rb/jekyll-gensocial.svg)](https://badge.fury.io/rb/jekyll-gensocial)

A sample website that shows how to use the [`jekyll-gensocial`](https://github.com/boyvanamstel/jekyll-gensocial) plugin. Automatically generate images that accompany links to your posts and pages on social media.

![An image generated by this plugin](https://raw.githubusercontent.com/boyvanamstel/jekyll-gensocial/master/screenshots/twitter.png)
_^ Here's an example._

## Installation

1. Clone the repository.
```bash
git clone [email protected]:boyvanamstel/jekyll-gensocial-example.git
```
2. Bootstrap the project.
```bash
bundle install
```
3. Run the development server.
```bash
bundle exec jekyll serve --livereload
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/boyvanamstel/jekyll-gensocial-example. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to behave appropriately.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).