<p>This is a template for using <a href="https://www.getzola.org/">Zola framework</a> to create a static webpage.</p> <h2>Installation</h2> <p>Please first install <a href="https://www.getzola.org/documentation/getting-started/installation/">Zola</a>. </p> <p>Then install the template</p> <pre><code class="language-bash">$ spin templates install --upgrade --git https://github.com/karthik2804/spin-zola </code></pre> <h2>Creating and Running</h2> <p>You can create a new Spin app with <code>spin new</code> or add to an existing Spin app with <code>spin add</code> </p> <pre><code class="language-bash">$ spin new zola-ssg my-blog $ cd my-blog $ spin build --up </code></pre>