| title | Home |
|---|---|
| toc | false |
| classes | wide |
Here is where you'll find my various projects/things I've done. Working on getting as much as I can moved here.
Up top you'll find links to my projects, as well as a blog of sorts with different pieces of writing.
{% if paginator %} {% assign posts = paginator.posts %} {% else %} {% assign posts = site.posts %} {% endif %}
{% assign entries_layout = page.entries_layout | default: 'list' %}
{% include documents-collection.html entries=posts type=entries_layout %}
{% include paginator.html %}