commit | 1c205a758894e01efc7fe64c32d18928026d4893 | [log] [tgz] |
---|---|---|
author | Cheng Yi Chao <onesuperclark@gmail.com> | Sat Jan 19 21:14:43 2013 +0800 |
committer | Cheng Yi Chao <onesuperclark@gmail.com> | Sat Jan 19 21:14:43 2013 +0800 |
tree | 476c20b70b7f46bdeeb7065883c16cd514c38325 | |
parent | fe8c9e03454ae1a00716ed963eb2b47da1b36c73 [diff] |
bring in the commits of mtiller and add with some documents
WeakPoint is a static slideshow generator.
WeakPoint: Weak is more powerful
The recommended way to install WeakPoint is to use pip:
$ pip install weakpoint
Create a template:
$ weakpoint init ~/my-file
The default theme is "light" and you can specify it with "-t" option:
$ weakpoint init ~/my-file -t dark
Generate the slideshow:
$ weakpoint gen
Michael Tiller