https://github.com/migueabellan/docker-jekyll
Docker-compose for Jekyll (Ruby)
https://github.com/migueabellan/docker-jekyll
docker docker-compose jekyll ruby
Last synced: about 2 months ago
JSON representation
Docker-compose for Jekyll (Ruby)
- Host: GitHub
- URL: https://github.com/migueabellan/docker-jekyll
- Owner: migueabellan
- License: mit
- Created: 2018-09-04T16:41:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T16:41:58.000Z (almost 8 years ago)
- Last Synced: 2025-11-19T18:24:36.655Z (7 months ago)
- Topics: docker, docker-compose, jekyll, ruby
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Jekyll
> Docker-compose for Jekyll (Ruby)
Donwload using git
```sh
$ https://github.com/migueabellan/docker-jekyll.git
```
Build container
```sh
$ docker-compose build
```
Create and run new `jekyll` theme
```sh
$ docker-compose up
```
Or copy your jekyll theme in `web/` and run
```sh
$ docker-compose up
```
Access project
```sh
http://localhost:4000
```