From e847649457314fbc081cf6fcc4f025563080b0f9 Mon Sep 17 00:00:00 2001 From: Devin Haska <2636402+wonderfulfrog@users.noreply.github.com> Date: Sun, 26 Jan 2025 17:26:18 -0800 Subject: [PATCH] feat: homepage content update --- src/index.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) 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!