kusudama-jekyll is a product of my first interaction with static site generators and tutorial I made back in 2015. Originally, I used GitHub Pages.
You are expected to have jekyll installed.
git clone https://github.com/bogumilo/kusudama-jekyll && cd kusudama-jekyll
# Development
jekyll serve
# One of build in ./_site folder
jekyll build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.