diff --git a/content/about/contents.lr b/content/about/contents.lr index 9b9dfe6..4cb1430 100644 --- a/content/about/contents.lr +++ b/content/about/contents.lr @@ -1,5 +1,7 @@ _model: about --- +ogpimage: /images/ogp.png +--- intro: --- diff --git a/content/contents.lr b/content/contents.lr index 769b331..a831896 100644 --- a/content/contents.lr +++ b/content/contents.lr @@ -1,5 +1,7 @@ _model: index --- +ogpimage: /images/ogp.png +--- title: Queerscriptors --- body: A community of people that translate queer games diff --git a/content/projects/butterflysoup/contents.lr b/content/projects/butterflysoup/contents.lr index 56eb09d..5c1d370 100644 --- a/content/projects/butterflysoup/contents.lr +++ b/content/projects/butterflysoup/contents.lr @@ -1,14 +1,14 @@ _model: project --- +ogpimage: main.jpg +--- sort_key: 2 --- title: Butterfly Soup --- -body: - -Butterfly Soup is a romantic sports visual novel about four LGBT+ Asian-American teens playing baseball and falling in love. - -With California’s 2008 Proposition 8 debate as a backdrop, the story switches through the perspectives of Diya, Noelle, Akarsha, and Min-seo as they navigate high school life in the San Francisco Bay Area. +shortbody: Butterfly Soup is a romantic sports visual novel about four LGBT+ Asian-American teens playing baseball and falling in love. +--- +body: With California’s 2008 Proposition 8 debate as a backdrop, the story switches through the perspectives of Diya, Noelle, Akarsha, and Min-seo as they navigate high school life in the San Francisco Bay Area. --- weblate: butterfly-soup --- diff --git a/content/projects/butterflysoup2/contents.lr b/content/projects/butterflysoup2/contents.lr index 7d6d518..24bb1e8 100644 --- a/content/projects/butterflysoup2/contents.lr +++ b/content/projects/butterflysoup2/contents.lr @@ -1,14 +1,14 @@ _model: project --- +ogpimage: main.jpg +--- sort_key: 0 --- title: Butterfly Soup 2 --- -body: - -A sequel to Butterfly Soup, a romantic sports visual novel about gay Asian-American teens playing baseball and falling in love. - -Set a few months after the events of the original story, the game switches between the perspectives of Diya, Noelle, Akarsha, and Min-seo as they navigate high school life in the San Francisco Bay Area +shortbody: A sequel to Butterfly Soup, a romantic sports visual novel about gay Asian-American teens playing baseball and falling in love. +--- +body: Set a few months after the events of the original story, the game switches between the perspectives of Diya, Noelle, Akarsha, and Min-seo as they navigate high school life in the San Francisco Bay Area --- weblate: butterfly-soup2 --- diff --git a/content/projects/contents.lr b/content/projects/contents.lr index e9e1b63..860ba99 100644 --- a/content/projects/contents.lr +++ b/content/projects/contents.lr @@ -1 +1,3 @@ _model: projects +--- +ogpimage: /images/ogp.png diff --git a/content/projects/lucahboad/contents.lr b/content/projects/lucahboad/contents.lr index a5de626..1442eec 100644 --- a/content/projects/lucahboad/contents.lr +++ b/content/projects/lucahboad/contents.lr @@ -1,14 +1,14 @@ _model: project --- +ogpimage: main.jpg +--- sort_key: 1 --- title: Lucah Born Of A Dream --- -body: - -HACK, SLASH, ASCEND. Lucah: Born of a Dream is a harrowing struggle through our worst nightmares. - -You have been MARKED, cursed to have your inner demons come to life as vicious Nightmares. After awakening a false god, you must atone. Traverse the hellish realm of dreams, endure the nightmare onslaught, and uncover the strength to accept yourself. +shortbody: HACK, SLASH, ASCEND. Lucah: Born of a Dream is a harrowing struggle through our worst nightmares. +--- +body: You have been MARKED, cursed to have your inner demons come to life as vicious Nightmares. After awakening a false god, you must atone. Traverse the hellish realm of dreams, endure the nightmare onslaught, and uncover the strength to accept yourself. --- weblate: lucah --- diff --git a/models/about.ini b/models/about.ini index 87e9ee8..b974007 100644 --- a/models/about.ini +++ b/models/about.ini @@ -3,6 +3,10 @@ name = about label = {{ this.title }} hidden = yes +[fields.ogpimage] +type = string +translate = False + [fields.intro] type = markdown translate = False diff --git a/models/index.ini b/models/index.ini index adaa9e0..13a80c7 100644 --- a/models/index.ini +++ b/models/index.ini @@ -3,6 +3,10 @@ name = Queerscriptors label = {{ this.title }} hidden = yes +[fields.ogpimage] +type = string +translate = False + [fields.title] label = Title type = string diff --git a/models/project.ini b/models/project.ini index 71f21da..86c61b9 100644 --- a/models/project.ini +++ b/models/project.ini @@ -2,6 +2,10 @@ name = Project label = {{ this.title }} +[fields.ogpimage] +type = string +translate = False + [attachment] order_by = _id @@ -14,6 +18,11 @@ label = Title type = string translate = False +[fields.shortbody] +label = Short Body +type = string +translate = True + [fields.body] label = Body type = markdown diff --git a/models/projects.ini b/models/projects.ini index 88cad5c..6eb399f 100644 --- a/models/projects.ini +++ b/models/projects.ini @@ -3,6 +3,10 @@ name = Projects label = Projects protected = yes +[fields.ogpimage] +type = string +translate = False + [children] model = project order_by = sort_key diff --git a/templates/footer.html b/templates/footer.html index ee61080..eb57c45 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -4,7 +4,11 @@ - + +
+ + +

queer@queerscriptors.org

@@ -12,7 +16,7 @@ - +{# - +#} diff --git a/templates/layout.html b/templates/layout.html index ff15f92..687a62e 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,6 +1,34 @@ -{% include 'meta.html' %} + + + + + + + + + + + + + + + + + + + + {{ this.title }} + + + + + + + + + {% block page %}{% endblock %} {% include 'footer.html' %} diff --git a/templates/meta.html b/templates/meta.html deleted file mode 100644 index d1d0217..0000000 --- a/templates/meta.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - {{ this.title }} - - - - - - - - - diff --git a/templates/project.html b/templates/project.html index 1ef7d66..7f6262a 100644 --- a/templates/project.html +++ b/templates/project.html @@ -1,4 +1,8 @@ {% extends "layout.html" %} +{% block ogpdesc %}{{ this.shortbody }}{% endblock %} +{% block ogptitle %}{{ this.title }} | Queerscriptors{% endblock %} +{% block twitterdesc %}{{ this.shortbody }}{% endblock %} +{% block twittertitle %}{{ this.title }} | Queerscriptors{% endblock %} {% block page %} {% include 'header.html' %}
@@ -9,7 +13,8 @@

{{ _("Project Description") }}

-

{{this.body}}

+

{{this.shortbody}}

+ {{this.body}}

{{ _("Weblate status") }}

Translation status