diff --git a/content/games/alltogether/contents.lr b/content/games/alltogether/contents.lr new file mode 100644 index 0000000..d46eac2 --- /dev/null +++ b/content/games/alltogether/contents.lr @@ -0,0 +1,18 @@ +_model: project +--- +ogpimage: main.jpg +--- +sort_key: 2 +--- +title: Butterfly Soup +--- +shortbody: Guide two girls through a puzzle-platformer dungeon in their quest for the ultimate reward. (Solo or two-player co-op!) +--- +body: +All To Get Her is a puzzle-platformer by vgperson about two girls and their quest for the ultimate reward. + +Asha and Brooke are girls with a shared dream: to become the next Mana Goddess, the source of all magic. +However, they're also fierce rivals, always doing what they can to show each other up, never conceding to the other. +Then one fateful day, an opportunity presents itself, and Asha sneaks out to head for the Divine Dungeon... +--- +website: https://vgperson.itch.io/all-to-get-her \ No newline at end of file diff --git a/content/games/alltogether/main.jpg b/content/games/alltogether/main.jpg new file mode 100644 index 0000000..20eba6a Binary files /dev/null and b/content/games/alltogether/main.jpg differ diff --git a/content/games/comingoutsim/main.png b/content/games/comingoutsim/main.png index b83323f..e6a5a32 100644 Binary files a/content/games/comingoutsim/main.png and b/content/games/comingoutsim/main.png differ diff --git a/content/games/contents.lr b/content/games/contents.lr index b009787..9a01e01 100644 --- a/content/games/contents.lr +++ b/content/games/contents.lr @@ -1,3 +1,3 @@ _model: games --- -ogpimage: /images/ogp.png +title: Queer games list \ No newline at end of file diff --git a/content/games/kmg/contents.lr b/content/games/kmg/contents.lr new file mode 100644 index 0000000..057e3a4 --- /dev/null +++ b/content/games/kmg/contents.lr @@ -0,0 +1,14 @@ +_model: project +--- +ogpimage: main.png +--- +title: Kiss More Girls Tournament +--- +shortbody: A collection of local multiplayer kissing based sports games +--- +body: +Welcome to KMG Tournament: Kiss More Girls! Have you ever thought to yourself "I'd love to play sports, but I just feel like there isn't enough kissing involved." If you have let me just say... you're welcome. + +KMG Tournament is a collection of small local multiplayer sports games ranging from 2 to 8 players in which you win by kissing your teammates and opponents. +--- +website: https://alikrouse.itch.io/kmg \ No newline at end of file diff --git a/content/games/kmg/main.png b/content/games/kmg/main.png new file mode 100644 index 0000000..39a5ed9 Binary files /dev/null and b/content/games/kmg/main.png differ diff --git a/models/games.ini b/models/games.ini index d92e11c..08ecdc2 100644 --- a/models/games.ini +++ b/models/games.ini @@ -3,9 +3,9 @@ name = Games label = Games protected = yes -[fields.ogpimage] +[fields.title] type = string -translate = False +translate = True [children] model = project diff --git a/templates/games.html b/templates/games.html index df4a15a..84fbc8f 100644 --- a/templates/games.html +++ b/templates/games.html @@ -1,8 +1,8 @@ {% extends "layout.html" %} {% block ogpdesc %}{{ _("A list of queer games") }}{% endblock %} -{% block ogptitle %}{{ _("Games list | Queerscriptors") }}{% endblock %} +{% block ogptitle %}{{ this.title }} | Queerscriptors{% endblock %} {% block twitterdesc %}{{ _("A list of queer games") }} {% endblock %} -{% block twittertitle %}{{ _("Games list | Queerscriptors") }}{% endblock %} +{% block twittertitle %}{{ this.title }} | Queerscriptors{% endblock %} {% block page %} {% include 'header.html' %}