pages/_pages/projects.md
2020-05-03 11:53:11 -04:00

1.5 KiB

layout title permalink description nav
page projects /projects/ A growing collection of your cool projects. true

{% assign sorted_projects = site.projects | sort: "importance" %} {% for project in sorted_projects %}

{% if project.redirect %} {% else %} {% endif %}
{% if project.img %} project thumbnail {% endif %}

{{ project.title }}

{{ project.description }}

{% if project.github %}
{% if project.github_stars %} {% endif %}
{% endif %}
{% endfor %}