Add new art

This commit is contained in:
Joshua Goins 2024-01-24 07:42:54 -05:00
parent 4fe57d48e5
commit a3ef981690
7 changed files with 25 additions and 5 deletions

View file

@ -0,0 +1,7 @@
{
"alt_text": "Merume doing that \"Sailor Moon\" pose with three of her hands, while holding a can of beer in the other.",
"date": "2024-01-24",
"title": "merume animation",
"tags": ["Animation"],
"characters": ["Merume"]
}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

View file

@ -0,0 +1,13 @@
---
title: "merume animation"
date: 2024-01-24
layout: art-detail
filename: /animation/merume-anim.webm
alt_text: "Merume doing that \"Sailor Moon\" pose with three of her hands, while holding a can of beer in the other."
slug: merume-anim
animation: true
characters:
- Merume
arttags:
- animation
---

View file

@ -1,7 +1,7 @@
---
title: Stats
layout: art-stats
total: 219
total: 220
years:
- year: 2019
num: 60
@ -18,7 +18,7 @@ years:
- year: 2016
num: 7
- year: 2024
num: 1
num: 2
- year: 2017
num: 1
characters:
@ -27,7 +27,7 @@ characters:
- name: Juritta
num: 14
- name: Merume
num: 9
num: 10
- name: Sakura
num: 7
- name: Asuka
@ -46,7 +46,7 @@ tags:
- name: technical
num: 1
- name: animation
num: 1
num: 2
- name: request
num: 3
- name: oil painting

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -15,7 +15,7 @@
{{ else }}
{{ if $.Params.animation }}
<div style="text-align: center;">
<video class="gallery-img" controls>
<video style="max-width: 100%" class="gallery-img" controls>
<source src="{{ .RelPermalink }}" type="video/webm">
</video>
</div>