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

https://github.com/alexklibisz/jekyll-docker-example

Run Jekyll in Docker. Avoid the pains of setting up a Ruby environment.
https://github.com/alexklibisz/jekyll-docker-example

Last synced: 4 months ago
JSON representation

Run Jekyll in Docker. Avoid the pains of setting up a Ruby environment.

Awesome Lists containing this project

README

          

# Jekyll Docker Example

Run Jekyll in Docker. Avoid the pains of setting up a Ruby environment.

Inspired by [this Twitter thread.](https://twitter.com/mark_riedl/status/1394842689942790145)

## Usage

**Create a new Jekyll site in ./site**

> docker-compose up new

**Run the site with live reload on localhost:4000**

> docker-compose up dev

**Build the site into ./site/_site**

> docker-compose up build