david/jekyll-dev
david
/
jekyll-dev
Archived
1
0
Fork 0
This repository has been archived on 2023-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
jekyll-dev/README.md

13 lines
258 B
Markdown
Raw Permalink Normal View History

2020-10-23 23:02:48 +02:00
# jekyll-dev
Simple container to help develop [Jekyll](https://jekyllrb.com/) sites.
## Usage
You need a `.env` file which sets the project path:
```sh
cd /path/to/jekyll/project
echo "PROJECT_PATH=/path/to/jekyll/project" > .env
docker-compose up -d
```