an SSG made in bash.
a markup language that has been made just for this project
you make an .ibkx file and write IBK-Lang in it. IBK-Lang is the language used in place of Markdown for the input files. you then run the ibikei.sh script using the following syntax:
./ibikei.sh < input file > < output file >
in the case of the website that has been written here,
./ibikei.sh index.ibkx index.html
it'll source the .ibkx file, and will go through every line progressively
that was all we were able to describe about ibikei
go check it out