Miscellaneous notes about things I encounter while working.
You must have Docker and Compose installed to run your Jekyll project in Docker.
Instructions to install Docker Compose
To serve up the project:
- In project folder run:
sudo docker-compose up
- View project at:
localhost:4000
- Edit project and Jekyll will auto-regenerates the site
- When you want to shut-down the site, use Ctrl+C then run:
docker-compose down
#TODO style.css on production is an empty file
# futhermore style.css does not exist locally.
# main.css is what we want
# locally main.css is being used but on prod
# style.css is being used... Issue with feed?