From 1027291d3af570aab2de3aeb779759b15fe3d3ec Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 30 Sep 2025 04:59:58 +0000
Subject: [PATCH] Initial Setup

---
 content/progress.php |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/content/art.php b/content/progress.php
similarity index 66%
rename from content/art.php
rename to content/progress.php
index 1d308c4..e06ef9b 100644
--- a/content/art.php
+++ b/content/progress.php
@@ -1,20 +1,20 @@
 <?php
 // /content/art.php
-function ajv_art():array
+function altr_progress():array
 {
     return [
-        'singular'       => 'Art',
-        'plural'       => 'Art',
-        'dash_title'    => 'Art',
-        'dash_description' => 'Manage your art posts',
-        'breadcrumb'    => 'Art',
+        'singular'       => 'Before & After',
+        'plural'       => 'Before & Afters',
+        'dash_title'    => 'Before & Afters',
+        'dash_description' => 'Manage your before and after posts',
+        'breadcrumb'    => 'Before & Afters',
         'hide_single'  => false,
         'show_feed'    => true,
-        'favouritable' => true,
+        'favouritable' => false,
         'karma'        => false,
-        'icon'         => 'palette',
+        'icon'         => 'arrows-left-right',
         'rewrite'      => [
-            'slug'       => 'art',
+            'slug'       => 'before-and-after',
             'with_front' => false,
         ],
         'fields'       => [
@@ -41,6 +41,6 @@
             ]
         ],
         'single_image' => false,
-        'upload_title' => 'Upload Artwork',
+        'upload_title' => 'Upload Before & Afters',
     ];
 }

--
Gitblit v1.10.0