From 1fe2a701f0365922e03804732783e15d46251b9a Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Sat, 12 Nov 2022 21:15:59 +0100 Subject: [PATCH] Move projects to games --- .../{projects => games}/butterflysoup/contents.lr | 0 content/{projects => games}/butterflysoup/main.jpg | Bin .../{projects => games}/butterflysoup2/contents.lr | 0 content/{projects => games}/butterflysoup2/main.jpg | Bin content/{projects => games}/contents.lr | 2 +- content/{projects => games}/lucahboad/contents.lr | 0 content/{projects => games}/lucahboad/main.jpg | Bin databags/featured.ini | 6 +++--- models/{projects.ini => games.ini} | 4 ++-- templates/{projects.html => games.html} | 0 10 files changed, 6 insertions(+), 6 deletions(-) rename content/{projects => games}/butterflysoup/contents.lr (100%) rename content/{projects => games}/butterflysoup/main.jpg (100%) rename content/{projects => games}/butterflysoup2/contents.lr (100%) rename content/{projects => games}/butterflysoup2/main.jpg (100%) rename content/{projects => games}/contents.lr (63%) rename content/{projects => games}/lucahboad/contents.lr (100%) rename content/{projects => games}/lucahboad/main.jpg (100%) rename models/{projects.ini => games.ini} (78%) rename templates/{projects.html => games.html} (100%) diff --git a/content/projects/butterflysoup/contents.lr b/content/games/butterflysoup/contents.lr similarity index 100% rename from content/projects/butterflysoup/contents.lr rename to content/games/butterflysoup/contents.lr diff --git a/content/projects/butterflysoup/main.jpg b/content/games/butterflysoup/main.jpg similarity index 100% rename from content/projects/butterflysoup/main.jpg rename to content/games/butterflysoup/main.jpg diff --git a/content/projects/butterflysoup2/contents.lr b/content/games/butterflysoup2/contents.lr similarity index 100% rename from content/projects/butterflysoup2/contents.lr rename to content/games/butterflysoup2/contents.lr diff --git a/content/projects/butterflysoup2/main.jpg b/content/games/butterflysoup2/main.jpg similarity index 100% rename from content/projects/butterflysoup2/main.jpg rename to content/games/butterflysoup2/main.jpg diff --git a/content/projects/contents.lr b/content/games/contents.lr similarity index 63% rename from content/projects/contents.lr rename to content/games/contents.lr index 860ba99..b009787 100644 --- a/content/projects/contents.lr +++ b/content/games/contents.lr @@ -1,3 +1,3 @@ -_model: projects +_model: games --- ogpimage: /images/ogp.png diff --git a/content/projects/lucahboad/contents.lr b/content/games/lucahboad/contents.lr similarity index 100% rename from content/projects/lucahboad/contents.lr rename to content/games/lucahboad/contents.lr diff --git a/content/projects/lucahboad/main.jpg b/content/games/lucahboad/main.jpg similarity index 100% rename from content/projects/lucahboad/main.jpg rename to content/games/lucahboad/main.jpg diff --git a/databags/featured.ini b/databags/featured.ini index 38422f0..d257e55 100644 --- a/databags/featured.ini +++ b/databags/featured.ini @@ -1,14 +1,14 @@ [butterflysoup2] title = Butterfly Soup 2 -path = "/projects/butterflysoup2/" +path = "/games/butterflysoup2/" sort_key = 0 [lucahboad] title = Lucah Born Of A Dream -path = "/projects/lucahboad/" +path = "/games/lucahboad/" sort_key = 1 [butterflysoup] title = Butterfly Soup -path = "/projects/butterflysoup/" +path = "/games/butterflysoup/" sort_key = 2 diff --git a/models/projects.ini b/models/games.ini similarity index 78% rename from models/projects.ini rename to models/games.ini index 6eb399f..7421d51 100644 --- a/models/projects.ini +++ b/models/games.ini @@ -1,6 +1,6 @@ [model] -name = Projects -label = Projects +name = Games +label = Games protected = yes [fields.ogpimage] diff --git a/templates/projects.html b/templates/games.html similarity index 100% rename from templates/projects.html rename to templates/games.html