Jekyll page with recipes
Needs to install Ruby in order to execute bundle commands
bundle exec jekyll servebundle
bundle updatebundle exec jekyll buildEnables drafts posts in order to preview them
bundle exec jekyll serve --drafts# save dependencies to file
pip freeze > .\python_requirements.txt
# install dependencies
pip install -r .\python_requirements.txt