This purpose of this repo is to hold tools that can be used to benchmark Jekyll. Initially, it starts with a single script and a couple of support files to generate test sites.
Currently planned features include the following:
generate_site.sh
scriptYou can run the script straight from the cloned repository using
bash generate_site.sh X .
...where X
is the number of posts you want to generate.
If you want to test the various Jekyll plugins and how they affect the build, you'll need to do the following:
X
incrementally to do this)._plugins
folder and put the .rb
file of the plugin there.X
values as you've used in the
bare installation.MIT. See the LICENSE file for more details