A minimal static site generator that powers https://jyotiska.github.io/blog/
Use python minni.py init
for first time initialization. This creates required directories and files.
Use python minni.py new <post_title>
to create a new post. This will print the file name where blog post can be edited and saved.
This project is at a very initial development stage. There might be breaking changes with future release.
This project is licensed under MIT License.