Buzzy is a (very) simple, microframework to generate static sites.
This bit is easy
$ pip install buzzy
done!
Let's create your new static site
$ buzzy create projectname # or, if you want to use other templates $ buzzy create projectname [basic|blog] $ cd projectname $ buzzy server
done!