Add more art info
This commit is contained in:
parent
7cf9fbadad
commit
c9a659a354
21 changed files with 120 additions and 34 deletions
|
@ -9,6 +9,3 @@ Two young girls are facing towards the viewer. The one on the left has blond hai
|
||||||
This was sitting in sketch form for a few years, and I finally decided to color it. I quite like the expressions the two are making :-)
|
This was sitting in sketch form for a few years, and I finally decided to color it. I quite like the expressions the two are making :-)
|
||||||
|
|
||||||
-- Description
|
-- Description
|
||||||
|
|
||||||
Tags:
|
|
||||||
- landscape
|
|
||||||
|
|
|
@ -12,3 +12,4 @@ This is a full painting I did of my FFXIV character. Overall, I'm pretty happy w
|
||||||
|
|
||||||
Characters:
|
Characters:
|
||||||
- Juritta
|
- Juritta
|
||||||
|
- FFXIV
|
||||||
|
|
15
art/chips.eno
Normal file
15
art/chips.eno
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
-- Alt Text
|
||||||
|
|
||||||
|
A succubus is sitting on a dull red couch. She has four arms, and holding a game
|
||||||
|
controller in one pair, and eating chips in another hand.
|
||||||
|
|
||||||
|
-- Alt Text
|
||||||
|
|
||||||
|
-- Description
|
||||||
|
|
||||||
|
She looks pretty comfy on that couch, don't you think?
|
||||||
|
|
||||||
|
-- Description
|
||||||
|
|
||||||
|
Characters:
|
||||||
|
- Merume
|
10
art/underwear.eno
Normal file
10
art/underwear.eno
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
-- Alt Text
|
||||||
|
|
||||||
|
A four armed succubus is sitting, standing straight and holding her tail in one
|
||||||
|
hand. She is holding her tight chest, and taking off her clothes. She is put
|
||||||
|
against a nice pink background.
|
||||||
|
|
||||||
|
-- Alt Text
|
||||||
|
|
||||||
|
Characters:
|
||||||
|
- Merume
|
16
art/viera-street.eno
Normal file
16
art/viera-street.eno
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
-- Alt Text
|
||||||
|
|
||||||
|
A bunny girl is looking out into the distance, but breathing out her streetwear jacket.
|
||||||
|
Underneath the jacket is a crop top, and she's wearing some dark baggy pants.
|
||||||
|
|
||||||
|
-- Alt Text
|
||||||
|
|
||||||
|
-- Description
|
||||||
|
|
||||||
|
As you can probably tell, I LOVE this streetwear set in FFXIV.
|
||||||
|
|
||||||
|
-- Description
|
||||||
|
|
||||||
|
Characters:
|
||||||
|
- Juritta
|
||||||
|
- FFXIV
|
6
art/working-out.eno
Normal file
6
art/working-out.eno
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
-- Alt Text
|
||||||
|
|
||||||
|
A young woman is looking to the right, and stretching out her black leggings. She is
|
||||||
|
wearing a bra and looks pretty tired. She has dark purple hair.
|
||||||
|
|
||||||
|
-- Alt Text
|
|
@ -5,7 +5,6 @@ date: 2022-07-31
|
||||||
slug: after-school
|
slug: after-school
|
||||||
characters:
|
characters:
|
||||||
arttags:
|
arttags:
|
||||||
- landscape
|
|
||||||
---
|
---
|
||||||

|

|
||||||
|
### Commentary
|
||||||
|
|
||||||
|
She looks pretty comfy on that couch, don't you think?
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,9 @@ layout: art-detail
|
||||||
date: 2021-12-23
|
date: 2021-12-23
|
||||||
slug: eva-girls
|
slug: eva-girls
|
||||||
characters:
|
characters:
|
||||||
- asuka
|
- Asuka
|
||||||
- rei
|
- Rei
|
||||||
- mari
|
- Mari
|
||||||
arttags:
|
arttags:
|
||||||
---
|
---
|
||||||

|

|
||||||
|
|
|
@ -1,8 +1,19 @@
|
||||||
---
|
---
|
||||||
slug: viera-street
|
|
||||||
title: Viera Streetwear
|
title: Viera Streetwear
|
||||||
|
layout: art-detail
|
||||||
date: 2022-01-01
|
date: 2022-01-01
|
||||||
excludefeed: true
|
excludefeed: true
|
||||||
layout: art-detail
|
slug: viera-street
|
||||||
|
characters:
|
||||||
|
- Juritta
|
||||||
|
- FFXIV
|
||||||
|
arttags:
|
||||||
---
|
---
|
||||||

|

|
||||||
|
### Commentary
|
||||||
|
|
||||||
|
As you can probably tell, I LOVE this streetwear set in FFXIV.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,13 @@
|
||||||
---
|
---
|
||||||
slug: working-out
|
|
||||||
title: Working Out
|
title: Working Out
|
||||||
|
layout: art-detail
|
||||||
date: 2022-01-01
|
date: 2022-01-01
|
||||||
excludefeed: true
|
excludefeed: true
|
||||||
layout: art-detail
|
slug: working-out
|
||||||
|
characters:
|
||||||
|
arttags:
|
||||||
---
|
---
|
||||||

|

|
||||||
|
|
|
@ -29,7 +29,7 @@ def parse_art(title, year, date, original_filename, filename, file):
|
||||||
|
|
||||||
f.write("characters:\n")
|
f.write("characters:\n")
|
||||||
for character in document.list('Characters').items():
|
for character in document.list('Characters').items():
|
||||||
f.write("- " + character.required_string_value().lower() + "\n")
|
f.write("- " + character.required_string_value() + "\n")
|
||||||
|
|
||||||
f.write("arttags:\n")
|
f.write("arttags:\n")
|
||||||
for tag in document.list('Tags').items():
|
for tag in document.list('Tags').items():
|
||||||
|
@ -43,6 +43,7 @@ def parse_art(title, year, date, original_filename, filename, file):
|
||||||
f.write(filename)
|
f.write(filename)
|
||||||
f.write('.webp)\n')
|
f.write('.webp)\n')
|
||||||
|
|
||||||
|
if document.optional_field('Description'):
|
||||||
f.write('### Commentary\n')
|
f.write('### Commentary\n')
|
||||||
|
|
||||||
f.write(document.field('Description').required_string_value())
|
f.write(document.field('Description').required_string_value())
|
||||||
|
@ -138,6 +139,9 @@ with open('../data/art.json', 'r') as f:
|
||||||
|
|
||||||
f.write('---\n')
|
f.write('---\n')
|
||||||
|
|
||||||
|
num_eno = 0
|
||||||
|
num_noneno = 0
|
||||||
|
|
||||||
for category in art_data["categories"]:
|
for category in art_data["categories"]:
|
||||||
for year in category["years"]:
|
for year in category["years"]:
|
||||||
for piece in year["pieces"]:
|
for piece in year["pieces"]:
|
||||||
|
@ -146,14 +150,18 @@ with open('../data/art.json', 'r') as f:
|
||||||
path = os.path.join(art_data_directory, filename_without_ext + ".eno")
|
path = os.path.join(art_data_directory, filename_without_ext + ".eno")
|
||||||
|
|
||||||
if os.path.isfile(path):
|
if os.path.isfile(path):
|
||||||
|
num_eno = num_eno + 1
|
||||||
with open(path) as f:
|
with open(path) as f:
|
||||||
if "date" in piece.keys():
|
if "date" in piece.keys():
|
||||||
parse_art(piece["title"], year["year"], piece["date"], art_output_directory + "/" + filename_without_ext, filename_without_ext, f.read())
|
parse_art(piece["title"], year["year"], piece["date"], art_output_directory + "/" + filename_without_ext, filename_without_ext, f.read())
|
||||||
else:
|
else:
|
||||||
parse_art(piece["title"], year["year"], None, art_output_directory + "/" + filename_without_ext, filename_without_ext, f.read())
|
parse_art(piece["title"], year["year"], None, art_output_directory + "/" + filename_without_ext, filename_without_ext, f.read())
|
||||||
else:
|
else:
|
||||||
|
num_noneno = num_noneno + 1
|
||||||
if "date" in piece.keys():
|
if "date" in piece.keys():
|
||||||
parse_art_piece(piece, year["year"], piece["date"])
|
parse_art_piece(piece, year["year"], piece["date"])
|
||||||
else:
|
else:
|
||||||
parse_art_piece(piece, year["year"], None)
|
parse_art_piece(piece, year["year"], None)
|
||||||
|
|
||||||
|
print("Art coverage: {}/{}".format(num_eno, num_eno + num_noneno));
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<th>Date</th>
|
<th>Date</th>
|
||||||
<td>
|
<td>
|
||||||
<time datetime="{{ .Page.Lastmod.Format "Mon Jan 10 17:13:38 2020 -0700" }}" class="text-muted">
|
<time datetime="{{ .Page.Lastmod.Format "Mon Jan 10 17:13:38 2020 -0700" }}" class="text-muted">
|
||||||
{{ $.Date.Format "January 02, 2006" }}
|
{{ $.Date.Format "January 2006" }}
|
||||||
</time>
|
</time>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue