https://github.com/tjamet/docker-jekyll
A docker image to run jekyll with whalebrew support
https://github.com/tjamet/docker-jekyll
docker docker-image jekyll whalebrew
Last synced: about 2 months ago
JSON representation
A docker image to run jekyll with whalebrew support
- Host: GitHub
- URL: https://github.com/tjamet/docker-jekyll
- Owner: tjamet
- License: gpl-3.0
- Created: 2017-03-06T20:05:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T09:15:37.000Z (over 8 years ago)
- Last Synced: 2025-01-07T19:14:15.119Z (over 1 year ago)
- Topics: docker, docker-image, jekyll, whalebrew
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-jekyll
A docker image to run jekyll with whalebrew support
## Build
``docker build -t tjamet/jekyll .``
## Install on whalebrew
``whalebrew install tjamet/jekyll``
## Run serve with whalebrew
``jekyll serve -H 0.0.0.0``
Your webite will be available at http://localhost:4000
## Run serve without whalebrew
``docker run --rm -p 4000:4000 -v $PWD:/workdir tjamet/jekyll serve -H 0.0.0.0``
## Anything else?
### Whalebrew
``jekyll --help``
### No whalebrew
``docker run --rm -ti tjamet/jekyll --help``