Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 878 Bytes

File metadata and controls

27 lines (21 loc) · 878 Bytes
title Home
toc false
classes wide

Welcome

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.

{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}

{% 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 %}