proc-cli 1.12.2

A semantic CLI tool for process management
Documentation
---
layout: default
title: posts
---
<div class="blog-header">
  <h1>posts</h1>
</div>
<ul class="post-list">
  {% for post in site.posts %}
  <li class="post-item">
    <a href="{{ post.url | prepend: site.baseurl }}" class="post-link">
      <span class="post-title">{{ post.title }}</span>
      <span class="post-meta">{{ post.date | date: "%B %d, %Y" }}</span>
      {% if post.description %}
      <span class="post-desc">{{ post.description }}</span>
      {% endif %}
    </a>
  </li>
  {% endfor %}
</ul>