Add back explicit image sizes
This commit is contained in:
parent
4c78cb660b
commit
95c51c52f1
274 changed files with 1090 additions and 6 deletions
|
@ -22,7 +22,9 @@ $ hugo server
|
||||||
|
|
||||||
### Art
|
### Art
|
||||||
|
|
||||||
The art gallery is defined via JSON (in `art`, and other directories in site root) and uses Python to generate the front-matter Markdown files that Hugo consumes. To refresh the gallery, re-run `scripts/gen_art.py`.
|
The art gallery is defined via JSON (in `art`, and other directories in site root) and uses Python to generate the front-matter Markdown files that Hugo consumes. To refresh the gallery, re-run `scripts/gen_art.py`. The files are rarely edited by hand, I use [Redai](https://codeberg.org/redstrate/Redai) to edit these.
|
||||||
|
|
||||||
|
In `data/sizes.json`, the sizes for the images is defined and read by `scripts/gen_art.py`. Currently the script used to generate this is not public, but the format should be straight-forward to figure out.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,8 @@ animation: true
|
||||||
arttags:
|
arttags:
|
||||||
- animation
|
- animation
|
||||||
- flipnote
|
- flipnote
|
||||||
|
width: 793
|
||||||
|
height: 597
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 385
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ filename: /art/angry-gibus.webp
|
||||||
alt_text: "A well-dressed man with brown hair and a woman with red hair and glasses stand in front of an abstract background. Multiple people, invisible save for red eyes, are standing behind them."
|
alt_text: "A well-dressed man with brown hair and a woman with red hair and glasses stand in front of an abstract background. Multiple people, invisible save for red eyes, are standing behind them."
|
||||||
slug: angry-gibus
|
slug: angry-gibus
|
||||||
program: Krita
|
program: Krita
|
||||||
|
width: 1920
|
||||||
|
height: 2485
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 663
|
||||||
---
|
---
|
||||||
|
|
|
@ -6,4 +6,8 @@ filename: /art/cactus-border.webp
|
||||||
alt_text: "A cactus is being held by balloons, crossing a desert. Below is the United States border, and a car is seen revving in the distance."
|
alt_text: "A cactus is being held by balloons, crossing a desert. Below is the United States border, and a car is seen revving in the distance."
|
||||||
slug: cactus-border
|
slug: cactus-border
|
||||||
program: Krita
|
program: Krita
|
||||||
|
width: 1920
|
||||||
|
height: 1371
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 366
|
||||||
---
|
---
|
||||||
|
|
|
@ -11,4 +11,8 @@ threed: true
|
||||||
arttags:
|
arttags:
|
||||||
- 3d
|
- 3d
|
||||||
nsfw: false
|
nsfw: false
|
||||||
|
width: 225
|
||||||
|
height: 512
|
||||||
|
thumb_width: 225
|
||||||
|
thumb_height: 512
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: production-monitor
|
||||||
arttags:
|
arttags:
|
||||||
- 3d
|
- 3d
|
||||||
program: Blender
|
program: Blender
|
||||||
|
width: 1920
|
||||||
|
height: 1080
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 288
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: sniper-rifle
|
||||||
arttags:
|
arttags:
|
||||||
- 3d
|
- 3d
|
||||||
program: Blender
|
program: Blender
|
||||||
|
width: 1920
|
||||||
|
height: 1080
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 288
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: space
|
||||||
arttags:
|
arttags:
|
||||||
- 3d
|
- 3d
|
||||||
program: Blender
|
program: Blender
|
||||||
|
width: 1920
|
||||||
|
height: 1080
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 288
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,5 +9,9 @@ slug: vinesauce
|
||||||
arttags:
|
arttags:
|
||||||
- fan art
|
- fan art
|
||||||
program: Krita
|
program: Krita
|
||||||
|
width: 1280
|
||||||
|
height: 720
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 288
|
||||||
---
|
---
|
||||||
One of the earliest digital drawings I've kept, and of course it's Vinesauce!
|
One of the earliest digital drawings I've kept, and of course it's Vinesauce!
|
||||||
|
|
|
@ -12,4 +12,8 @@ arttags:
|
||||||
- 3d
|
- 3d
|
||||||
- fan art
|
- fan art
|
||||||
program: Blender
|
program: Blender
|
||||||
|
width: 1920
|
||||||
|
height: 1080
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 288
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: alley
|
||||||
arttags:
|
arttags:
|
||||||
- 3d
|
- 3d
|
||||||
program: Blender
|
program: Blender
|
||||||
|
width: 899
|
||||||
|
height: 1206
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 687
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: city-train
|
||||||
arttags:
|
arttags:
|
||||||
- 3d
|
- 3d
|
||||||
program: Blender
|
program: Blender
|
||||||
|
width: 1920
|
||||||
|
height: 1080
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 288
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: glass
|
||||||
arttags:
|
arttags:
|
||||||
- 3d
|
- 3d
|
||||||
program: Blender
|
program: Blender
|
||||||
|
width: 960
|
||||||
|
height: 540
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 288
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: hallway
|
||||||
arttags:
|
arttags:
|
||||||
- 3d
|
- 3d
|
||||||
program: Blender
|
program: Blender
|
||||||
|
width: 1920
|
||||||
|
height: 1080
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 288
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: lemon
|
||||||
arttags:
|
arttags:
|
||||||
- 3d
|
- 3d
|
||||||
program: Blender
|
program: Blender
|
||||||
|
width: 1024
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 512
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: room
|
||||||
arttags:
|
arttags:
|
||||||
- 3d
|
- 3d
|
||||||
program: Blender
|
program: Blender
|
||||||
|
width: 960
|
||||||
|
height: 540
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 288
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: tv
|
||||||
arttags:
|
arttags:
|
||||||
- 3d
|
- 3d
|
||||||
program: Blender
|
program: Blender
|
||||||
|
width: 960
|
||||||
|
height: 540
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 288
|
||||||
---
|
---
|
||||||
|
|
|
@ -5,4 +5,8 @@ layout: art-detail
|
||||||
filename: /art/back.webp
|
filename: /art/back.webp
|
||||||
slug: back
|
slug: back
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 716
|
||||||
|
height: 1266
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 905
|
||||||
---
|
---
|
||||||
|
|
|
@ -6,4 +6,8 @@ layout: art-detail
|
||||||
filename: /art/candle-light.webp
|
filename: /art/candle-light.webp
|
||||||
slug: candle-light
|
slug: candle-light
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 782
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 391
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ filename: /art/chains.webp
|
||||||
alt_text: "A police officer has tied up a criminal in chains, and a lot of them. The caught person is worried about what's next."
|
alt_text: "A police officer has tied up a criminal in chains, and a lot of them. The caught person is worried about what's next."
|
||||||
slug: chains
|
slug: chains
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 1577
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 420
|
||||||
---
|
---
|
||||||
|
|
|
@ -6,4 +6,8 @@ layout: art-detail
|
||||||
filename: /art/clock.webp
|
filename: /art/clock.webp
|
||||||
slug: clock
|
slug: clock
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1600
|
||||||
|
height: 1600
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 512
|
||||||
---
|
---
|
||||||
|
|
|
@ -5,4 +5,8 @@ layout: art-detail
|
||||||
filename: /art/cup.webp
|
filename: /art/cup.webp
|
||||||
slug: cup
|
slug: cup
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 955
|
||||||
|
height: 1172
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 628
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ slug: day4
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 678
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 773
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: day6
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 949
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 475
|
||||||
---
|
---
|
||||||
|
|
|
@ -10,4 +10,8 @@ arttags:
|
||||||
- sketch
|
- sketch
|
||||||
- fan art
|
- fan art
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 999
|
||||||
|
height: 2048
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 1050
|
||||||
---
|
---
|
||||||
|
|
|
@ -10,4 +10,8 @@ arttags:
|
||||||
- sketch
|
- sketch
|
||||||
- fan art
|
- fan art
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1003
|
||||||
|
height: 2048
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 1045
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: dec7
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 1822
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 486
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ slug: descent
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 472
|
||||||
|
height: 844
|
||||||
|
thumb_width: 472
|
||||||
|
thumb_height: 844
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: desert
|
||||||
arttags:
|
arttags:
|
||||||
- landscape
|
- landscape
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 1342
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 358
|
||||||
---
|
---
|
||||||
|
|
|
@ -5,4 +5,8 @@ layout: art-detail
|
||||||
filename: /art/dorks.webp
|
filename: /art/dorks.webp
|
||||||
slug: dorks
|
slug: dorks
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1169
|
||||||
|
height: 1813
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 794
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ slug: dr-bob
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 924
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 462
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: drink
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 693
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 347
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ slug: duel2
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 805
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 651
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ filename: /art/duo.webp
|
||||||
alt_text: "A woman and a man are visible, but only their half body. The boy is brown haired, and clad in a green shirt. The woman is smiling, with reddish hair and a brighter red shirt."
|
alt_text: "A woman and a man are visible, but only their half body. The boy is brown haired, and clad in a green shirt. The woman is smiling, with reddish hair and a brighter red shirt."
|
||||||
slug: duo
|
slug: duo
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 1461
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 390
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: eccentric-girl
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 934
|
||||||
|
height: 1598
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 876
|
||||||
---
|
---
|
||||||
|
|
|
@ -10,4 +10,8 @@ characters:
|
||||||
arttags:
|
arttags:
|
||||||
- fan art
|
- fan art
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1770
|
||||||
|
height: 2513
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 727
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ characters:
|
||||||
arttags:
|
arttags:
|
||||||
- fan art
|
- fan art
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 982
|
||||||
|
height: 2852
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 1487
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: fitgirl1
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 615
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 853
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: fitgirl2
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 619
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 847
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ filename: /art/girl-drinking-water.webp
|
||||||
alt_text: "A young woman is drinking some water from a glass. She has gray sweatpants, and a crop top."
|
alt_text: "A young woman is drinking some water from a glass. She has gray sweatpants, and a crop top."
|
||||||
slug: girl-drinking-water
|
slug: girl-drinking-water
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 948
|
||||||
|
height: 1933
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 1044
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ filename: /art/great-subject.webp
|
||||||
alt_text: "An artist is painting his subject on a canvas. He begins, exclaiming \"What a great subject!\". His subject being a green vase, making a weird face and holding a cigar in it's mouth."
|
alt_text: "An artist is painting his subject on a canvas. He begins, exclaiming \"What a great subject!\". His subject being a green vase, making a weird face and holding a cigar in it's mouth."
|
||||||
slug: great-subject
|
slug: great-subject
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 1342
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 358
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ filename: /art/gunpoint.webp
|
||||||
alt_text: "A man is holding a gun visible behind your view. He seems to be distressed."
|
alt_text: "A man is holding a gun visible behind your view. He seems to be distressed."
|
||||||
slug: gunpoint
|
slug: gunpoint
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 715
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 358
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: hey-baby
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1020
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 514
|
||||||
---
|
---
|
||||||
|
|
|
@ -6,4 +6,8 @@ layout: art-detail
|
||||||
filename: /art/lifeguard.webp
|
filename: /art/lifeguard.webp
|
||||||
slug: lifeguard
|
slug: lifeguard
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 999
|
||||||
|
height: 1625
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 833
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: loss
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 767
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 384
|
||||||
---
|
---
|
||||||
|
|
|
@ -10,4 +10,8 @@ characters:
|
||||||
arttags:
|
arttags:
|
||||||
- fan art
|
- fan art
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 653
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 803
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: madman
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 1495
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 399
|
||||||
---
|
---
|
||||||
|
|
|
@ -11,4 +11,8 @@ arttags:
|
||||||
- sketch
|
- sketch
|
||||||
- fan art
|
- fan art
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 616
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 851
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ alt_text: "An oil painting of the outside area of a museum. The building is clad
|
||||||
slug: museum
|
slug: museum
|
||||||
arttags:
|
arttags:
|
||||||
- oil painting
|
- oil painting
|
||||||
|
width: 1000
|
||||||
|
height: 1333
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 682
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: naked-elf
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 449
|
||||||
|
height: 1001
|
||||||
|
thumb_width: 449
|
||||||
|
thumb_height: 1001
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ arttags:
|
||||||
- fan art
|
- fan art
|
||||||
nsfw: true
|
nsfw: true
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 441
|
||||||
|
height: 594
|
||||||
|
thumb_width: 441
|
||||||
|
thumb_height: 594
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ alt_text: "An oil painting practice, consisting of: the back of a skull, a dark
|
||||||
slug: object-study
|
slug: object-study
|
||||||
arttags:
|
arttags:
|
||||||
- oil painting
|
- oil painting
|
||||||
|
width: 1000
|
||||||
|
height: 1333
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 682
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: pair
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 766
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 684
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: plan
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1701
|
||||||
|
height: 2175
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 655
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ arttags:
|
||||||
- sketch
|
- sketch
|
||||||
- fan art
|
- fan art
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 741
|
||||||
|
height: 741
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 512
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: question
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 478
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 478
|
||||||
|
thumb_height: 1024
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: refill
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 893
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 447
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: sand
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 668
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 334
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: scythe-monster
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 516
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 258
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: scythe
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 1341
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 358
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: sep-2019
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1171
|
||||||
|
height: 1549
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 677
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: sep29
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 1341
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 358
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: shoot-ghost
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 715
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 358
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: shorts-girl
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 425
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 425
|
||||||
|
thumb_height: 1024
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: sketch-collect
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 907
|
||||||
|
height: 884
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 499
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ filename: /art/sleeping.webp
|
||||||
alt_text: "A witch is sleeping on her work table, with many potions and drinks sitting around her."
|
alt_text: "A witch is sleeping on her work table, with many potions and drinks sitting around her."
|
||||||
slug: sleeping
|
slug: sleeping
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 695
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 348
|
||||||
---
|
---
|
||||||
|
|
|
@ -11,4 +11,8 @@ characters:
|
||||||
arttags:
|
arttags:
|
||||||
- 3d
|
- 3d
|
||||||
program: Blender
|
program: Blender
|
||||||
|
width: 1031
|
||||||
|
height: 1256
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 624
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: sniper
|
||||||
characters:
|
characters:
|
||||||
- Sniper Girl
|
- Sniper Girl
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1750
|
||||||
|
height: 2553
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 747
|
||||||
---
|
---
|
||||||
|
|
|
@ -6,4 +6,8 @@ filename: /art/some-swords.webp
|
||||||
alt_text: "A woman and man clad in the same blue outfit, are posing with their wooden practice swords."
|
alt_text: "A woman and man clad in the same blue outfit, are posing with their wooden practice swords."
|
||||||
slug: some-swords
|
slug: some-swords
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 1136
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 303
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ filename: /art/sword-buying.webp
|
||||||
alt_text: "A blonde boy is trying to a buy a new sword from a red-haired merchant. \"This sword looks amazing!\" he says, and she replies \"It's going to cost you...\""
|
alt_text: "A blonde boy is trying to a buy a new sword from a red-haired merchant. \"This sword looks amazing!\" he says, and she replies \"It's going to cost you...\""
|
||||||
slug: sword-buying
|
slug: sword-buying
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 2388
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 637
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: toys
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 486
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 486
|
||||||
|
thumb_height: 1024
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ arttags:
|
||||||
- landscape
|
- landscape
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1668
|
||||||
|
height: 2388
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 733
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: waiting2
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 434
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 434
|
||||||
|
thumb_height: 1024
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ alt_text: "An oil painting with an abstract layout, featuring plastic parts of a
|
||||||
slug: whatever
|
slug: whatever
|
||||||
arttags:
|
arttags:
|
||||||
- oil painting
|
- oil painting
|
||||||
|
width: 1000
|
||||||
|
height: 1333
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 682
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: witch
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1019
|
||||||
|
height: 1515
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 761
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: witch2
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 753
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 696
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: wooden-boy
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 480
|
||||||
|
height: 653
|
||||||
|
thumb_width: 480
|
||||||
|
thumb_height: 653
|
||||||
---
|
---
|
||||||
|
|
|
@ -5,4 +5,8 @@ layout: art-detail
|
||||||
filename: /art/bench.webp
|
filename: /art/bench.webp
|
||||||
slug: bench
|
slug: bench
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 763
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 687
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ arttags:
|
||||||
- drawpile
|
- drawpile
|
||||||
- sketch
|
- sketch
|
||||||
program: Drawpile
|
program: Drawpile
|
||||||
|
width: 1094
|
||||||
|
height: 1224
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 573
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ slug: bike2020
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 924
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 462
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ slug: casual-elf
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 241
|
||||||
|
height: 680
|
||||||
|
thumb_width: 241
|
||||||
|
thumb_height: 680
|
||||||
---
|
---
|
||||||
|
|
|
@ -9,4 +9,8 @@ slug: chains-sketch
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1686
|
||||||
|
height: 1475
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 448
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ slug: chair2020
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1003
|
||||||
|
height: 799
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 408
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ slug: chars2020
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 700
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 350
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ slug: fantasyfolks
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1789
|
||||||
|
height: 1599
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 458
|
||||||
---
|
---
|
||||||
|
|
|
@ -12,4 +12,8 @@ arttags:
|
||||||
- sketch
|
- sketch
|
||||||
- fan art
|
- fan art
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1737
|
||||||
|
height: 4222
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 1244
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ slug: fight2020
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 917
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 459
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ slug: fitness
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 783
|
||||||
|
height: 920
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 602
|
||||||
---
|
---
|
||||||
|
|
|
@ -12,4 +12,8 @@ arttags:
|
||||||
- landscape
|
- landscape
|
||||||
- fan art
|
- fan art
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 1439
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 384
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ slug: goblin-mines
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 766
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 383
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ arttags:
|
||||||
- drawpile
|
- drawpile
|
||||||
- sketch
|
- sketch
|
||||||
program: Drawpile
|
program: Drawpile
|
||||||
|
width: 699
|
||||||
|
height: 1004
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 735
|
||||||
---
|
---
|
||||||
|
|
|
@ -8,4 +8,8 @@ slug: king
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 1011
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 270
|
||||||
---
|
---
|
||||||
|
|
|
@ -11,4 +11,8 @@ characters:
|
||||||
mastodon_url: https://mastodon.art/@redstrate/106533538632560503
|
mastodon_url: https://mastodon.art/@redstrate/106533538632560503
|
||||||
newgrounds_url: https://www.newgrounds.com/art/view/redstrate/let-s-get-fit
|
newgrounds_url: https://www.newgrounds.com/art/view/redstrate/let-s-get-fit
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1610
|
||||||
|
height: 2162
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 688
|
||||||
---
|
---
|
||||||
|
|
|
@ -11,4 +11,8 @@ arttags:
|
||||||
- sketch
|
- sketch
|
||||||
- fan art
|
- fan art
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 1116
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 298
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ slug: naga2020
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 979
|
||||||
|
height: 1024
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 536
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ filename: /art/nook-cat.webp
|
||||||
alt_text: "A small white cat is drawing with a blue pencil onto a sheet of paper."
|
alt_text: "A small white cat is drawing with a blue pencil onto a sheet of paper."
|
||||||
slug: nook-cat
|
slug: nook-cat
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1920
|
||||||
|
height: 1647
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 439
|
||||||
---
|
---
|
||||||
|
|
|
@ -6,4 +6,8 @@ layout: art-detail
|
||||||
filename: /art/ray-concept.webp
|
filename: /art/ray-concept.webp
|
||||||
slug: ray-concept
|
slug: ray-concept
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 1024
|
||||||
|
height: 729
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 365
|
||||||
---
|
---
|
||||||
|
|
|
@ -7,4 +7,8 @@ filename: /art/shading-study.webp
|
||||||
slug: shading-study
|
slug: shading-study
|
||||||
arttags:
|
arttags:
|
||||||
- oil painting
|
- oil painting
|
||||||
|
width: 1000
|
||||||
|
height: 1333
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 682
|
||||||
---
|
---
|
||||||
|
|
|
@ -10,4 +10,8 @@ characters:
|
||||||
- Sniper Girl
|
- Sniper Girl
|
||||||
arttags:
|
arttags:
|
||||||
- animation
|
- animation
|
||||||
|
width: 480
|
||||||
|
height: 472
|
||||||
|
thumb_width: 480
|
||||||
|
thumb_height: 472
|
||||||
---
|
---
|
||||||
|
|
|
@ -11,5 +11,9 @@ characters:
|
||||||
arttags:
|
arttags:
|
||||||
- sketch
|
- sketch
|
||||||
program: Procreate
|
program: Procreate
|
||||||
|
width: 896
|
||||||
|
height: 1420
|
||||||
|
thumb_width: 512
|
||||||
|
thumb_height: 811
|
||||||
---
|
---
|
||||||
An earlier iteration of the design!
|
An earlier iteration of the design!
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue