<p>Statica is a simple static site generator written in python just for me.</p>
<h3>Why?</h3>
<p>Most existing static site generators are too complex for me.</p>
<ul>
<li>I don’t want to read pages of documentation for features I don’t need.</li>
<li>I don’t want to learn another template language.</li>
<li>I don’t care how fast it is. I care how simple it is.</li>
<li>I don’t need multiple deployment options. Rsync is good enough.</li>
<li>I don’t need pre-existing crappy themes. I can make my own crappy theme.</li>
<li>I don’t want an asset pipeline. I’ll use a simple gulp script or nothing.</li>
<li>I don’t need plugins.</li>
<li>I don’t need i18n.</li>
<li>I don’t want to be social.</li>
</ul>
Python
SSG