ibikei SSG v0.3.1

an SSG made in bash.

IBK-Lang

a markup language that has been made just for this project

how does any of this work??!!

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

Interested in Extensions?
check out how they work!

that was all we were able to describe about ibikei

go check it out