Last Updated:
There are so many good resources in the pen community today. The following lists are places I frequent or support regularly.
{% comment %} https://gist.github.com/pepelsbey/9334494 {% endcomment %}
{% assign cats_all = site.data.links | map: ‘Category’ %}
{% for cat in cats_all %} {% unless cats contains cat %} {% capture cats %} {% endcapture %} {% endunless %} {% endfor %}
{% assign category_list = cats | split: ’ ’ | sort %}
{% for category in category_list %}
{% assign linkz = site.data.links | sort: ‘Title’ %} {% for link in linkz %}{% if link.Category == category %}- {% if link.Description %} - {% endif %} {% endif %}{% endfor %} {% endfor %}
Powered by Jekyll’s Data Files functionality and Google Sheets.