Project

31 Dec 2022

Project cards

1 minute reading time

#Usage

Use GITHUB_TOKEN environment variable to authenticate GitHub requests (optional).

#Example

When building with zola serve, project cards are rendered with placeholder text. Use zola build to preview the actual output.

#Input

{{ project(link="https://github.com/charlesrocket/halve-z") }}

#Output


<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">zola</li
    ></ul></li>
  </ul>
</div>

halve-z

  • HTML *
  • MIT
  • Retro two-column theme for Zola
    • 8bit
    • cactus
    • giscus
    • zola