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

https://github.com/migueabellan/docker-jekyll

Docker-compose for Jekyll (Ruby)
https://github.com/migueabellan/docker-jekyll

docker docker-compose jekyll ruby

Last synced: about 2 months ago
JSON representation

Docker-compose for Jekyll (Ruby)

Awesome Lists containing this project

README

          

# Docker Jekyll

> Docker-compose for Jekyll (Ruby)

Donwload using git

```sh
$ https://github.com/migueabellan/docker-jekyll.git
```

Build container

```sh
$ docker-compose build
```

Create and run new `jekyll` theme

```sh
$ docker-compose up
```

Or copy your jekyll theme in `web/` and run

```sh
$ docker-compose up
```

Access project

```sh
http://localhost:4000
```