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

https://github.com/baynezy/jekyll-builder

I don't want to install ruby, so I am using docker to allow me to create jekyll projects without installing ruby
https://github.com/baynezy/jekyll-builder

Last synced: about 2 months ago
JSON representation

I don't want to install ruby, so I am using docker to allow me to create jekyll projects without installing ruby

Awesome Lists containing this project

README

        

# jekyll-builder

I don't want to install ruby, so I am using docker to allow me to create jekyll projects without installing ruby

## Usage

Build a new Jekyll project:

```bash
docker build -t jekyll .
docker run -d --name builder jekyll new
docker cp builder:/
```