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

Ahoj!

Hello! My name is Devin. I'm a creative web developer in Victoria, British Columbia. If you want to learn more about me, check out my about page.

I like to write about games, books, and movies to name a few things. There's a lot to explore, and I hope you have fun!

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!