diff --git a/src/index.html b/src/index.html index 6cdf189..ea669ff 100644 --- a/src/index.html +++ b/src/index.html @@ -5,33 +5,32 @@ 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! + 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.

- If you're interested, I have an about page all about me! + 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!

+

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!

+

Some of my other pages you can check out!