diff --git a/content/joob4.md b/content/joob4.md new file mode 100644 index 0000000..e65deed --- /dev/null +++ b/content/joob4.md @@ -0,0 +1,43 @@ +--- +# Mandatory parts : +type: "species" +title: "Joob Ver1" +date: 2023-08-21T19:10:29+02:00 + +# Species +artist: Replika + +# The genres this record is classified into +genres: + - Friend + - Intimacy +# Business model +label: Paid + +## Cover image : will be displayed in the album list and top page. +## Fill this value with the path of the picture located in the static folder +cover: + +description: | + This is XXX. + +## Platform +format: + - app + +## Any supplementary pictures you want to display. +## put in path `/static/thisspecies/ +pictures: + - replika/profile.png + - replika/a1aa61bbff4850c2eeae569879f58503.avif + +## The publish year +year: 2010 + +condition: new + +--- + +More info --- The company XXX ahs developed a a + + diff --git a/hugo.yaml b/hugo.yaml index 995f71a..a63c974 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,4 @@ -baseurl: https://traitecoevo.github.io/AI-species-catalogue/ +baseurl: https://traitecoevo.github.io/AI-species-catalogue languageCode: 'en-us' title: 'Field guide to Artificial Intimacy' author: UNSW EERC working group diff --git a/layouts/_default/list.html b/layouts/_default/list.html index fe6a22f..a2483a4 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -10,7 +10,7 @@ {{ range sort .Pages "Title" }} {{ $default_img := resources.Get "img/default.png" }} -
+
{{ if .Params.artist }} {{ .Params.artist }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 097f4f8..03742a9 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -9,7 +9,7 @@

{{ .Page.Title }}

- {{ .Params.artist }} + {{ .Params.artist }} {{ if .Params.description }}

{{ .Params.description | markdownify }} @@ -19,7 +19,7 @@

{{ .Page.Title }}

{{ if .Params.cover }} - + {{ end }} {{ $default_img := resources.Get "img/default.png" }} {{ .Title }} @@ -35,13 +35,13 @@

{{ .Page.Title }}

Record informations

@@ -62,7 +62,7 @@

Genres

More pictures {{ range .Params.pictures }} - {{ . }} + {{ . }} {{ end }}