Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aventer-ug/docker-jekyll

Jekyll Website Build and Nginx WebServer
https://github.com/aventer-ug/docker-jekyll

docker jekyll

Last synced: 24 days ago
JSON representation

Jekyll Website Build and Nginx WebServer

Awesome Lists containing this project

README

        

# Docker image to use jekyll

This Docker image will clone your jekyll GIT Repo, "compile" your website via jekyll and publish it via nginx. Important to know is, if you use bundle, this image will see it and use it too.

## How to use?

```bash
docker run -p 80:8888 -e GIT_REPO=https:// avhost/docker-jekyll:latest
```

To use TLS please you a TLS Proxy.