Change avatar, upload missing guest art

This commit is contained in:
Joshua Goins 2024-07-21 09:12:32 -04:00
parent c86b30a56f
commit 228fc50c0c
17 changed files with 103 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -1,4 +1,5 @@
---
title: "Avatar challenge by Snickerpuffs"
artist: "SnickerPuffs"
date: 2023-06-27
layout: art-detail

View file

@ -1,4 +1,5 @@
---
title: "Artfight defense by Vulpeculas"
artist: "Vulpeculas"
date: 2023-07-02
layout: art-detail
@ -6,5 +7,7 @@ filename: /art/guest-juritta2.webp
slug: guest-juritta2
characters:
- Juritta
arttags:
- artfight
---
Artfight Attack: https://artfight.net/attack/4145358.revenge-w-juritta-3

View file

@ -0,0 +1,13 @@
---
title: "Artfight defense by revzux"
artist: "revzux"
date: 2023-07-05
layout: art-detail
filename: /art/guest-sakura1.webp
slug: guest-sakura1
characters:
- Sakura
arttags:
- artfight
---
Artfight attack: https://artfight.net/attack/4505981.sakura

View file

@ -0,0 +1,13 @@
---
title: "Artfight defense by axooli"
artist: "axooli"
date: 2024-07-03
layout: art-detail
filename: /art/guest-sakura2.webp
slug: guest-sakura2
characters:
- Sakura
arttags:
- artfight
---
Artfight attack: https://artfight.net/attack/6364032.sakura

View file

@ -0,0 +1,13 @@
---
title: "Artfight defense by Nrok"
artist: "Nrok"
date: 2024-07-10
layout: art-detail
filename: /art/guest-sakura3.webp
slug: guest-sakura3
characters:
- Sakura
arttags:
- artfight
---
Artfight attack: https://artfight.net/attack/7272271.sakura

View file

@ -1,4 +1,5 @@
---
title: "Artfight defense by nikkiwaffle"
artist: "nikkiwaffle"
date: 2023-07-02
layout: art-detail
@ -6,5 +7,7 @@ filename: /art/guest-swordswoman1.webp
slug: guest-swordswoman1
characters:
- Mysterious Swordswoman
arttags:
- artfight
---
Artfight Attack: https://artfight.net/attack/4178441.awawa

View file

@ -1,4 +1,5 @@
---
title: "Artfight defense by GrumpySeaFoam"
artist: "GrumpySeaFoam"
date: 2023-07-02
layout: art-detail
@ -6,5 +7,7 @@ filename: /art/guest-swordswoman2.webp
slug: guest-swordswoman2
characters:
- Mysterious Swordswoman
arttags:
- artfight
---
Artfight Attack: https://artfight.net/attack/4178956.mysterious-swordswoman

View file

@ -1,4 +1,5 @@
---
title: "Fan art by AcroCatabro"
artist: "AcroCatabro"
date: 2023-10-09
layout: art-detail

View file

@ -2,6 +2,7 @@
"characters": [
"Juritta"
],
"title": "Avatar challenge by Snickerpuffs",
"date": "2023-06-27",
"artist": "SnickerPuffs",
"description": "Draw avatar above you challenge: https://knockout.chat/thread/634/15#post-1839973"

View file

@ -2,7 +2,11 @@
"characters": [
"Juritta"
],
"title": "Artfight defense by Vulpeculas",
"date": "2023-07-02",
"artist": "Vulpeculas",
"description": "Artfight Attack: https://artfight.net/attack/4145358.revenge-w-juritta-3"
"description": "Artfight Attack: https://artfight.net/attack/4145358.revenge-w-juritta-3",
"tags": [
"artfight"
]
}

View file

@ -0,0 +1,12 @@
{
"characters": [
"Sakura"
],
"title": "Artfight defense by revzux",
"date": "2023-07-05",
"artist": "revzux",
"description": "Artfight attack: https://artfight.net/attack/4505981.sakura",
"tags": [
"artfight"
]
}

View file

@ -0,0 +1,12 @@
{
"characters": [
"Sakura"
],
"title": "Artfight defense by axooli",
"date": "2024-07-03",
"artist": "axooli",
"description": "Artfight attack: https://artfight.net/attack/6364032.sakura",
"tags": [
"artfight"
]
}

View file

@ -0,0 +1,12 @@
{
"characters": [
"Sakura"
],
"title": "Artfight defense by Nrok",
"date": "2024-07-10",
"artist": "Nrok",
"description": "Artfight attack: https://artfight.net/attack/7272271.sakura",
"tags": [
"artfight"
]
}

View file

@ -2,8 +2,12 @@
"characters": [
"Mysterious Swordswoman"
],
"title": "Artfight defense by nikkiwaffle",
"date": "2023-07-02",
"artist": "nikkiwaffle",
"description": "Artfight Attack: https://artfight.net/attack/4178441.awawa"
"description": "Artfight Attack: https://artfight.net/attack/4178441.awawa",
"tags": [
"artfight"
]
}

View file

@ -2,8 +2,12 @@
"characters": [
"Mysterious Swordswoman"
],
"title": "Artfight defense by GrumpySeaFoam",
"date": "2023-07-02",
"artist": "GrumpySeaFoam",
"description": "Artfight Attack: https://artfight.net/attack/4178956.mysterious-swordswoman"
"description": "Artfight Attack: https://artfight.net/attack/4178956.mysterious-swordswoman",
"tags": [
"artfight"
]
}

View file

@ -2,6 +2,7 @@
"characters": [
"Mysterious Swordswoman"
],
"title": "Fan art by AcroCatabro",
"date": "2023-10-09",
"artist": "AcroCatabro"
}