--- layout: page --- {{ content }} {% for category in site.data.projects %}

{{ category.name }}

{% if category.description %}
{{ category.description | safe | newline_to_br }}
{% endif %} {%- assign columns = 3 -%} {% for project in category.projects %} {% assign loop = forloop.index | minus: 1 | modulo: columns %} {% if loop == 0 %}
{% endif %}
{% if project.image %} {{ project.name }} Project Logo {% elsif project.icon %}

{% elsif category.image %} {{ project.name }} Project Logo {% elsif category.icon %}

{% else %}

{% endif %}
{{ project.name }} {% if project.github %}
Star
{% endif %}
{% if project.description %}

{{ project.description | safe | newline_to_br }}

{% endif %}
  • {% if project.homepage %}{% endif %} {% if project.documentation %}{% endif %} {% if project.github %}{% endif %} {% if project.dockerhub %}{% endif %} {% if project.puppet_forge %}{% endif %} {% if project.npm %}{% endif %} {% if project.pypi %}{% endif %} {% if project.packagist %}{% endif %} {% if project.wordpress %}{% endif %}
{%- assign last_loop = columns | minus: 1 -%} {% if loop == last_loop or forloop.last == true %}
{%- endif -%} {%- endfor -%}
{% endfor %}