Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/boyvanamstel/jekyll-gensocial-example
- Owner: boyvanamstel
- License: mit
- Created: 2020-04-06T22:13:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T10:33:34.000Z (about 2 years ago)
- Last Synced: 2024-05-02T01:14:10.489Z (8 months ago)
- Topics: example, jekyll, jekyll-plugin, seo, social-media
- Language: Ruby
- Homepage: https://jekyll-gensocial.netlify.com
- Size: 545 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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).