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.
- Host: GitHub
- URL: https://github.com/alexklibisz/jekyll-docker-example
- Owner: alexklibisz
- License: apache-2.0
- Created: 2021-05-30T23:17:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T23:20:50.000Z (over 4 years ago)
- Last Synced: 2025-01-15T08:25:36.505Z (9 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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