https://github.com/baynezy/jekyll-builder
I don't want to install ruby, so I am using docker to allow me to create jekyll projects without installing ruby
https://github.com/baynezy/jekyll-builder
Last synced: about 2 months ago
JSON representation
I don't want to install ruby, so I am using docker to allow me to create jekyll projects without installing ruby
- Host: GitHub
- URL: https://github.com/baynezy/jekyll-builder
- Owner: baynezy
- Created: 2020-12-29T13:50:18.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-01-01T11:53:01.000Z (over 4 years ago)
- Last Synced: 2025-01-21T20:33:52.542Z (3 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jekyll-builder
I don't want to install ruby, so I am using docker to allow me to create jekyll projects without installing ruby
## Usage
Build a new Jekyll project:
```bash
docker build -t jekyll .
docker run -d --name builder jekyll new
docker cp builder:/
```