Closed lvvittor closed 2 years ago
Now, you can run the blog with:
docker-compose build
docker-compose up
# starts the blog at 0.0.0.0
You can also run commands inside the container like:
docker-compose run jekyll bundle exec jekyll serve --drafts --host 0.0.0.0
# serve the drafts
The only thing to do before merging this PR is to reformat the Makefile targets which use Jekyll commands.
merged in #48
close #46