diff --git a/assets/art/bard.webp b/assets/art/bard.webp new file mode 100644 index 0000000..452e1d3 Binary files /dev/null and b/assets/art/bard.webp differ diff --git a/assets/art/knight.webp b/assets/art/knight.webp new file mode 100644 index 0000000..9b50be8 Binary files /dev/null and b/assets/art/knight.webp differ diff --git a/assets/newgrounds.png b/assets/newgrounds.png new file mode 100644 index 0000000..90398ee Binary files /dev/null and b/assets/newgrounds.png differ diff --git a/assets/pixiv.png b/assets/pixiv.png new file mode 100644 index 0000000..bf3a6d2 Binary files /dev/null and b/assets/pixiv.png differ diff --git a/data/art.json b/data/art.json index 2456430..48ea176 100644 --- a/data/art.json +++ b/data/art.json @@ -26,15 +26,36 @@ "year": 2019 }, { - "year": 2020 + "year": 2020, + "pieces": [ + { + "title": "woman knight", + "filename": "knight.webp", + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/woman-knight", + "pixiv_url": "https://www.pixiv.net/en/artworks/100096631" + } + ] }, { "year": 2021, "pieces": [ + { + "title": "mari & asuka", + "filename": "eva.webp", + "pixiv_url": "https://www.pixiv.net/en/artworks/95031741", + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/mari-asuka" + }, { "title": "eva girls", "filename": "eva.webp", - "pixiv_url": "blah" + "pixiv_url": "https://www.pixiv.net/en/artworks/94953596", + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/eva-girls" + }, + { + "title": "let's get fit!", + "filename": "Let's_Get_Fit!.webp", + "pixiv_url": "https://www.pixiv.net/en/artworks/94953574", + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/let-s-get-fit" } ] }, @@ -43,33 +64,39 @@ "pieces": [ { "title": "bard in the black shroud", - "filename": "after-school.webp", - "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/bard-in-the-black-shroud" + "filename": "bard.webp", + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/bard-in-the-black-shroud", + "pixiv_url": "https://www.pixiv.net/en/artworks/100622631" }, { "title": "office date", - "filename": "office-date.webp" + "filename": "office-date.webp", + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/office-date", + "pixiv_url": "https://www.pixiv.net/en/artworks/100150299" }, { "title": "after school", - "filename": "after-school.webp" + "filename": "after-school.webp", + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/after-school", + "pixiv_url": "https://www.pixiv.net/en/artworks/100147156" }, { "title": "summer eva girls", "filename": "summer-eva-girls.webp", - "newgrounds_url": "test" + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/summer-eva-girls", + "pixiv_url": "https://www.pixiv.net/en/artworks/100026963" }, { "title": "summer byleth", "filename": "summer-byleth.webp", - "pixiv_url": "test", - "newgrounds_url": "bb" + "pixiv_url": "https://www.pixiv.net/en/artworks/98726204", + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/summer-byleth" }, { "title": "after the rain", "filename": "summer-byleth.webp", - "newgrounds_url": "", - "pixiv_url": "test" + "newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/after-the-rain", + "pixiv_url": "https://www.pixiv.net/en/artworks/97911950" } ] } diff --git a/themes/red/layouts/_default/gallery.html b/themes/red/layouts/_default/gallery.html index 6673e89..3be997c 100644 --- a/themes/red/layouts/_default/gallery.html +++ b/themes/red/layouts/_default/gallery.html @@ -4,6 +4,8 @@ {{ .Content }} {{ $art := (index site.Data ($.Param "json")) }} + {{ $pixiv_icon := resources.Get "pixiv.png" }} + {{ $newgrounds_icon := resources.Get "newgrounds.png" }} {{ range $art.categories }}