Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hjerpbakk/jekyll-share-script
This script shares the latest post from a Jekyll site on Twitter, Facebook and LinkedIn based on the post's title and tags.
https://github.com/hjerpbakk/jekyll-share-script
csharp dotnet-script facebook jekyll linkedin twitter
Last synced: about 1 month ago
JSON representation
This script shares the latest post from a Jekyll site on Twitter, Facebook and LinkedIn based on the post's title and tags.
- Host: GitHub
- URL: https://github.com/hjerpbakk/jekyll-share-script
- Owner: hjerpbakk
- License: mit
- Created: 2018-06-20T14:08:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T14:01:04.000Z (over 3 years ago)
- Last Synced: 2023-11-30T15:20:27.144Z (about 1 year ago)
- Topics: csharp, dotnet-script, facebook, jekyll, linkedin, twitter
- Language: C#
- Homepage: https://hjerpbakk.com/
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jekyll-share-script
This script shares the latest post from a Jekyll site on Twitter, Facebook and LinkedIn based on the post's title and tags.## Running locally
```bash
$ dotnet script main.csx -- path_to_jekyll_repo
```## Running from GitHub
```bash
$ dotnet script https://raw.githubusercontent.com/Sankra/jekyll-share-script/master/main.csx -- path_to_jekyll_repo
```