1 minute reading time
Use GITHUB_TOKEN
environment variable to authenticate GitHub requests (optional).
link
: the address of the repositoryWhen building with zola serve
, project cards are rendered with placeholder text. Use zola build
to preview the actual output.
{{ project(link="https://github.com/charlesrocket/halve-z") }}
<div class="projects frame-dim">
<h2><a href="https://github.com/charlesrocket/halve-z" target="_blank">halve-z</a></h2>
<ul class="project-list">
<li><b><span class="project-lang">HTML</span></b> <span class="project-lang HTML"><b>&#42;</b></span></li>
<li><span class="project-license">MIT</span></li>
<li><span class="project-description">Retro two-column theme for Zola</span></li>
<li><ul class="tags project-tags"
><li id="info-tag">8bit</li
><li id="info-tag">cactus</li
><li id="info-tag">giscus</li
><li id="info-tag">lastfm</li
><li id="info-tag">pwa</li
><li id="info-tag">zola</li
></ul></li>
</ul>
</div>