spout/docs/_pages/guides.md
2017-11-21 10:55:27 +01:00

605 B

layout title permalink
page Guides /guides/

These guides focus on common and more advanced usages of {{ site.spout_html }}.
If you are just starting with {{ site.spout_html }}, check out the [Getting Started page]({{ site.github.url }}/getting-started/) and the [Documentation]({{ site.github.url }}/docs/) first.

{% assign pages=site.pages | sort: 'path' %}

    {% for page in pages %} {% if page.title and page.category contains 'guide' %}
  • {{ page.title }}
  • {% endif %} {% endfor %}