Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2021-07-18 09:21:03 +02:00
parent 623c14f43f
commit 91424afc79

View File

@@ -154,6 +154,11 @@
<li>No database required</li>
<li>Framework free <a href="https://www.youtube.com/watch?v=L5jI9I03q8E"></a></li>
</ul>
<h2 id="limitations">Limitations</h2>
<ul>
<li>Symlinks are not supported by the underlying <a href="https://flysystem.thephpleague.com/v1/docs/adapter/local/">Flysystem</a></li>
<li>File permission operations are not supported (chmod/chown)</li>
</ul>
<h2 id="why-open-source-on-github">Why Open Source on GitHub?</h2>
<p>There are several reasons why we switched to open source model and GitHub.</p>
<p>Basically, we wanted to increase:</p>