layout | title |
---|---|
default |
Home |
workwithme.guide is a quick prototype for hosting Work With Me Guides. It's built using GitHub Pages, Jekyll, and minimal theme.
Kuan Luo wrote a great post about Work With Me Guides, if you're interested.
{% for p in site.pages %} {% if p.categories contains 'profile' %}
{% if p.picture %}
![{{ p.full_name }}]({{ p.url | append: "/" | append: p.picture | absolute_url }}) {% else %} {% endif %} {% endif %} {% endfor %}
If you'd like your Work With Me Guide here, see the documentation.