Description
-----------
Pyame is an easy static website creator written in Python3.

You just put files/folders in your content folder and launch pyame. You don't need to do Html/Css/Php or other web language.

Where is the magic ?
--------------------

<pre>
easy_install-3.2 pyame
pyame create my_website
cd my_website
pyame serve
</pre>

And look at http://127.0.0.1:8080 in your web browser.

**Good things for simple users** :

<pre>
+ Markdown usage with highlight.js
+ Just create directories
+ Simple Html template
+ Very light static web site
+ W3C Html5 validate
+ Simple archive generator
+ Write with your preferred editor
+ Light and easy to use
+ Embedded web server
+ Auto new version detection
</pre>

**Others good things for advanced users** :

<pre>
+ Jinja2 for easy templating
+ Python 3.x
</pre>

No licence, copy it.
