Add new art
This commit is contained in:
parent
4fe57d48e5
commit
a3ef981690
7 changed files with 25 additions and 5 deletions
7
animation/merume-anim.json
Normal file
7
animation/merume-anim.json
Normal 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"]
|
||||
}
|
BIN
assets/animation/merume-anim.webm
Normal file
BIN
assets/animation/merume-anim.webm
Normal file
Binary file not shown.
BIN
assets/animation/merume-anim.webp
Normal file
BIN
assets/animation/merume-anim.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
13
content/art/2024/merume-anim.md
Normal file
13
content/art/2024/merume-anim.md
Normal 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
|
||||
---
|
|
@ -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 |
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue