@@ -3446,6 +3446,12 @@ <h2>Flask resources</h2>
34463446 <a href="/deployment.html">deployment</a>, be sure to read this article on
34473447 <a href="http://labs.detectify.com/post/130332638391/how-patreon-got-hacked-publicly-exposed-werkzeug">how Patreon got hacked</a>.</p>
34483448</li>
3449+ <li>
3450+ <p><a href="http://www.dougalmatthews.com/2017/Jan/13/static-websites-with-flask/">Static websites with Flask</a>
3451+ shows how to use Flask with
3452+ <a href="http://pythonhosted.org/Frozen-Flask/">Frozen-Flask</a> to generate a
3453+ static website from a backend data source.</p>
3454+ </li>
34493455</ul>
34503456<h2>Open source Flask example projects</h2>
34513457<ul>
@@ -4837,6 +4843,9 @@ <h3>Open source Python static site generator examples</h3>
48374843</li>
48384844</ul>
48394845<h3>Static site generator resources</h3>
4846+ <p>Static site generators can be implemented in any programming language. The
4847+ following resources either are general to any programming ecosystem or
4848+ provide a unique angle on how to use a static site generator.</p>
48404849<ul>
48414850<li>
48424851<p><a href="https://about.gitlab.com/2016/06/03/ssg-overview-gitlab-pages-part-1-dynamic-x-static/">Static vs Dynamic Websites</a>
@@ -4868,6 +4877,13 @@ <h3>Static site generator resources</h3>
48684877 is one developer's experience moving away from Wordpress and onto
48694878 Pelican with reStructuredText for his personal blog.</p>
48704879</li>
4880+ <li>
4881+ <p><a href="http://www.dougalmatthews.com/2017/Jan/13/static-websites-with-flask/">Static websites with Flask</a>
4882+ explains how to use <a href="http://pythonhosted.org/Frozen-Flask/">Flask-Frozen</a>
4883+ to generate a static site based on content from the web framework and a
4884+ data source backend. This approach is an alternative to using a
4885+ purpose-built static website generator such as Pelican, Lektor or MkDocs.</p>
4886+ </li>
48714887</ul>
48724888<h3>Static site deployment resources</h3>
48734889<p>Deploying a static site is far less complicated than a
@@ -9915,6 +9931,7 @@ <h1>Change Log</h1>
99159931<h2>2017</h2>
99169932<h3>January</h3>
99179933<ul>
9934+ <li>New <a href="/static-site-generator.html">static site generator</a> resources added.</li>
99189935<li>Added new resources to the <a href="/python-2-or-3.html">Python 2 or 3?</a> page.</li>
99199936<li>Fixed all 404 link rot on every page. However, if a page has been rewritten
99209937 or redirected and is no longer valuable as a link, please
0 commit comments