--- layout: "layouts/base" permalink: / --- {% from "macros/posts.njk" import list %}

Ahoj!

Hello! My name is Devin.

I'm a creative developer who specializes in web and mobile development.

Welcome to my little slice of the internet. I like to write and catalogue things. Games, books, movies, and and more! There's a lot to explore, and I hope you have fun!

If you're interested, I have an about page all about me!

Favourite posts

Hand-picked, curated selection of my favourite posts!

{% set favouritePosts = collections.post | filterFavourites | reverse %} {{ list(favouritePosts, "MM/DD/YYYY") }}

Recent posts

{% set recentPosts = collections.post | reverse | limit(5) %} {{ list(recentPosts, "MM/DD/YYYY") }}

Other pages

Some of my other pages you can check out!