1
0
Fork 0
Simple container to build and serve a jekyll site.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
david 1a38676fbe added variable to set project path in .env file 2 years ago
.gitignore added variable to set project path in .env file 2 years ago
Dockerfile updated container 2 years ago
README.md added variable to set project path in .env file 2 years ago
docker-compose.yml added variable to set project path in .env file 2 years ago

README.md

jekyll-dev

Simple container to help develop Jekyll sites.

Usage

You need a .env file which sets the project path:

cd /path/to/jekyll/project
echo "PROJECT_PATH=/path/to/jekyll/project" > .env
docker-compose up -d