Cyrax¶
What’s Cyrax?¶
Cyrax is a static site generator using Jinja2 template engine.
It’s inspired from Jekyll and Hyde site generators and started when I realized that I’m dissatisfied with both of them by different reasons. When I tried to come up with name I remembered my favourite character from Mortal Kombat 3 so here we go.
Installation¶
Well, it’s quite simple, as usually:
pip install cyrax
If you’ve cloned repository, then maybe you want to know that Cyrax depends on Jinja2 template library.