A set of tools/scripts to support development process of Jekyll-based sites
Docker Engine must be installed for your platform. Please, refer to How to Install Docker Engine
Can be used to generate "ready to deploy" Jekyll-based website static content.
Based on jekyll/jekyll:pages
docker images.
Copy build.sh
script to Jekyll-based website source directory.
Configure destination folder name (_deploy
by default) in build.sh
.
Run build.sh
:
```
$ source build.sh
```
Put generate data to respective folder of your web server.
Can be used to run Jekyll website generator in development mode.
Copy start_service.sh
script to Jekyll-based website source directory.
Run start_service.sh
:
```
$ source start_service.sh
```
Service will start in interactive (incremental watch) mode that is useful for debugging.
Access your website http://0.0.0.0:4000
.
You can use ctrl-c to stop and remove container.