Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```