You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Static site generators allow a user to create HTML files by writing in a
2826
+
markup language and coding template files. HTML does not need to be
2827
+
maintained by hand other than what is in the template files.</p>
2828
+
<p>For example, as shown in the diagram below, the Pelican static site
2829
+
generator can take in reStructuredText files and Jinja2 template files
2830
+
as input then combine them to output a set of static HTML files.</p>
2831
+
<p><imgsrc="theme/img/pelican-flow.jpg" width="100%" alt="Example of how static site generators work with a markup language and templates." class="technical-diagram"></a></p>
2832
+
<h2>Python static site generators</h2>
2833
+
<p>Numerous static website generators exist in many different languages. The
2834
+
ones listed here are primarily coded in Python.</p>
builds to generate static sites faster than recreating every page after
2848
+
each change is made to the input files.</p>
2849
+
</li>
2850
+
</ul>
2851
+
<h3>Static site generator resources</h3>
2852
+
<ul>
2853
+
<li><ahref="http://www.notionsandnotes.org/tech/web-development/pelican-static-blog-setup.html">The Long Road to Building a Static Blog with Pelican</a>
2854
+
is a fantastic read that really gets into the details throughout the
2855
+
walkthrough. </li>
2856
+
</ul>
2815
2857
<h1>Data</h1>
2816
2858
<p>Data is an incredibly broad topic but it can be broken down into many
2817
2859
subsections, including (in no particular order):</p>
0 commit comments