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
- migrate to Astro