From 9f18f30e92058c13a741ef58ad78172da9cfdda9 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 11 Jul 2024 22:35:00 -0400 Subject: [PATCH] Change featured art --- content/art/_index.md | 18 +++++++++--------- data/art-config.json | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/content/art/_index.md b/content/art/_index.md index e64659c..51cfc47 100644 --- a/content/art/_index.md +++ b/content/art/_index.md @@ -7,15 +7,15 @@ commissions: false aliases: - /gallery featured: -- filename: l1.webp - date: 2024-05-12 - title: L1 📷 -- filename: konqi.webp - date: 2024-04-09 - title: Konqi 📀 -- filename: acrocatabro.webp - date: 2023-09-05 - title: Acro's request +- filename: macheo.webp + date: 2024-07-11 + title: MACHEO STRIKE +- filename: recoverydisk.webp + date: 2024-07-05 + title: Recovery Disk +- filename: feathers.webp + date: 2024-06-08 + title: he's back... years: - 2011 - 2024 diff --git a/data/art-config.json b/data/art-config.json index 286fbe3..51c9ca3 100644 --- a/data/art-config.json +++ b/data/art-config.json @@ -1,9 +1,9 @@ { "commissions": false, "featured": [ - "l1", - "konqi", - "acrocatabro" + "macheo", + "recoverydisk", + "feathers" ], "new-banner": "" }