This repo contains files for my blog site. It is built using Jekyll, Friday Theme, and Docker Compose.
- Docker/Docker Desktop
- Fork and clone the repo
- Using Docker Desktop
- Ensure Docker service is running
- On a terminal,
cdinto the root of the repo - Run
docker-compose -f docker-compose.dev.yml up - Once the container is running, launch a tab on your browser and go to
localhost:4000
- Using Rancher Desktop
- Ensure Rancher Desktop is running
- On a terminal,
cdinto the root of the repo - Run
nerdctl compose -f docker-compose.dev.yml up. You can also set up an alias fornerdctlto usedockerif you'd like