From aa2592568125ba0e5e2a174acbfc55127ae4fd3d Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sun, 7 Dec 2025 14:16:18 +0100 Subject: [PATCH] add aoc project --- src/_data/projects.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/_data/projects.json b/src/_data/projects.json index 84dff37..41c6b7b 100644 --- a/src/_data/projects.json +++ b/src/_data/projects.json @@ -4,7 +4,13 @@ "name": "NixOS Config", "text": "The configuration for all my NixOS machines. It is fully modularized, and has a custom module for all Hyprland configuration options.", "photo": "/static/nixos.svg", - "link": "https://github.com/KoenDR06/nix-config" + "link": "https://git.koendev.nl/Koen/nix-config" + }, + { + "name": "Advent Of Code", + "text": "My Advent Of Code solutions for 2025, written in Haskell.", + "photo": "/static/aoc.png", + "link": "https://git.koendev.nl/Koen/AdventOfCode25" } ], "contributed-projects": [