Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aventer-ug/docker-jekyll
- Owner: AVENTER-UG
- Created: 2021-09-15T13:31:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T10:42:13.000Z (12 months ago)
- Last Synced: 2024-05-01T10:52:50.503Z (9 months ago)
- Topics: docker, jekyll
- Language: Dockerfile
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.