Redesign around content adapters
This commit is contained in:
parent
e34a6aacf5
commit
025d82be1c
1422 changed files with 334 additions and 5900 deletions
10
README.md
10
README.md
|
@ -4,9 +4,7 @@ This is the source code of my personal website hosted at [redstrate.com](https:/
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
You need [Hugo](https://gohugo.io/installation/) (extended edition) to build the site, and optionally Python to run miscellaneous scripts.
|
You need [Hugo](https://gohugo.io/installation/) (extended edition) to build the site. To build the site, just run `hugo` and the built site will appear in `public`.
|
||||||
|
|
||||||
To build the site, just run `hugo` and the built site will appear in `public`.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
$ cd redstrate.com
|
$ cd redstrate.com
|
||||||
|
@ -20,11 +18,9 @@ $ cd redstrate.com
|
||||||
$ hugo server
|
$ hugo server
|
||||||
```
|
```
|
||||||
|
|
||||||
### Art
|
### Gallery System
|
||||||
|
|
||||||
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.
|
The galleries are defined via JSON, located under `data`. The files are rarely edited by hand, I use [Redai](https://codeberg.org/redstrate/Redai) to edit these. The JSON is read by Hugo when the site is built via [Content adapters](https://gohugo.io/content-management/content-adapters/).
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"date": "2011-12-06",
|
|
||||||
"title": "Turrets",
|
|
||||||
"tags": ["Animation", "Flipnote"]
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
title: 2011
|
|
||||||
layout: gallery
|
|
||||||
json: art
|
|
||||||
thumbnails: true
|
|
||||||
selectedyear: 2011
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
title: "Turrets"
|
|
||||||
date: 2011-12-06
|
|
||||||
layout: art-detail
|
|
||||||
filename: /animation/turrets.webm
|
|
||||||
slug: turrets
|
|
||||||
animation: true
|
|
||||||
arttags:
|
|
||||||
- animation
|
|
||||||
- flipnote
|
|
||||||
width: 793
|
|
||||||
height: 597
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 385
|
|
||||||
---
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
title: 2016
|
|
||||||
layout: gallery
|
|
||||||
json: art
|
|
||||||
thumbnails: true
|
|
||||||
selectedyear: 2016
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
title: "Angry Gibus"
|
|
||||||
date: 2016-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
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."
|
|
||||||
slug: angry-gibus
|
|
||||||
program: Krita
|
|
||||||
width: 1920
|
|
||||||
height: 2485
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 663
|
|
||||||
---
|
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
date: 2016-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
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."
|
|
||||||
slug: cactus-border
|
|
||||||
program: Krita
|
|
||||||
width: 1920
|
|
||||||
height: 1371
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 366
|
|
||||||
---
|
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
title: "Lantern"
|
|
||||||
date: 2016-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /3d/lantern.glb
|
|
||||||
orbit: 122.3deg 76deg 12.79m
|
|
||||||
alt_text: "A metal old-looking lantern."
|
|
||||||
slug: lantern
|
|
||||||
threed: true
|
|
||||||
arttags:
|
|
||||||
- 3d
|
|
||||||
nsfw: false
|
|
||||||
width: 225
|
|
||||||
height: 512
|
|
||||||
thumb_width: 225
|
|
||||||
thumb_height: 512
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "Cool-looking Monitor"
|
|
||||||
date: 2016-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/production-monitor.webp
|
|
||||||
alt_text: "A metal and plastic rack-mounted monitor. It has multiple buttons, knobs and a large screen."
|
|
||||||
slug: production-monitor
|
|
||||||
arttags:
|
|
||||||
- 3d
|
|
||||||
program: Blender
|
|
||||||
width: 1920
|
|
||||||
height: 1080
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 288
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "Sniper Rifle"
|
|
||||||
date: 2016-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/sniper-rifle.webp
|
|
||||||
alt_text: "A really basic sniper rifle, untextured and has no material."
|
|
||||||
slug: sniper-rifle
|
|
||||||
arttags:
|
|
||||||
- 3d
|
|
||||||
program: Blender
|
|
||||||
width: 1920
|
|
||||||
height: 1080
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 288
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "Spaceship"
|
|
||||||
date: 2016-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/space.webp
|
|
||||||
alt_text: "A tunnel is leading to space, with Earth visible. A space ship is moving quickly, leaving the tunnel."
|
|
||||||
slug: space
|
|
||||||
arttags:
|
|
||||||
- 3d
|
|
||||||
program: Blender
|
|
||||||
width: 1920
|
|
||||||
height: 1080
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 288
|
|
||||||
---
|
|
|
@ -1,17 +0,0 @@
|
||||||
---
|
|
||||||
title: "Vinesauce Hill"
|
|
||||||
date: 2016-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/vinesauce.webp
|
|
||||||
alt_text: "A giant mushroom with a \"V\" on it, stands upon a hill. There are glowing rays coming from the mushroom, spreading over white clouds over dusk."
|
|
||||||
slug: vinesauce
|
|
||||||
arttags:
|
|
||||||
- fan art
|
|
||||||
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!
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
title: 2017
|
|
||||||
layout: gallery
|
|
||||||
json: art
|
|
||||||
thumbnails: true
|
|
||||||
selectedyear: 2017
|
|
||||||
---
|
|
|
@ -1,19 +0,0 @@
|
||||||
---
|
|
||||||
title: "Unfinished Samus Wallpaper"
|
|
||||||
date: 2017-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/samus.webp
|
|
||||||
alt_text: "Samus Aran is standing in her blue skin-tight suit, holding her gun. In the background, her suit is visible inside of an inaccessible tube."
|
|
||||||
slug: samus
|
|
||||||
characters:
|
|
||||||
- Samus
|
|
||||||
arttags:
|
|
||||||
- 3d
|
|
||||||
- fan art
|
|
||||||
program: Blender
|
|
||||||
width: 1920
|
|
||||||
height: 1080
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 288
|
|
||||||
---
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
title: 2018
|
|
||||||
layout: gallery
|
|
||||||
json: art
|
|
||||||
thumbnails: true
|
|
||||||
selectedyear: 2018
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "Alley"
|
|
||||||
date: 2018-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/alley.webp
|
|
||||||
alt_text: "An alleyway, which is untextured. Crates, buckets, pipes, and cables fill the scene and the bright moonlight lights the scene."
|
|
||||||
slug: alley
|
|
||||||
arttags:
|
|
||||||
- 3d
|
|
||||||
program: Blender
|
|
||||||
width: 899
|
|
||||||
height: 1206
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 687
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "City Train"
|
|
||||||
date: 2018-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/city-train.webp
|
|
||||||
alt_text: "A train is passing through a metropolis, visible through the windows."
|
|
||||||
slug: city-train
|
|
||||||
arttags:
|
|
||||||
- 3d
|
|
||||||
program: Blender
|
|
||||||
width: 1920
|
|
||||||
height: 1080
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 288
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "Glass"
|
|
||||||
date: 2018-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/glass.webp
|
|
||||||
alt_text: "A drinking glass on a plain white backgroud."
|
|
||||||
slug: glass
|
|
||||||
arttags:
|
|
||||||
- 3d
|
|
||||||
program: Blender
|
|
||||||
width: 960
|
|
||||||
height: 540
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 288
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "Hallway"
|
|
||||||
date: 2018-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/hallway.webp
|
|
||||||
alt_text: "A untextured room, with a walkway running through it. Pipes, wires and other items decorate the scene. In the middle is one, bright light."
|
|
||||||
slug: hallway
|
|
||||||
arttags:
|
|
||||||
- 3d
|
|
||||||
program: Blender
|
|
||||||
width: 1920
|
|
||||||
height: 1080
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 288
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "Lemon"
|
|
||||||
date: 2018-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/lemon.webp
|
|
||||||
alt_text: "A lemon, that's it."
|
|
||||||
slug: lemon
|
|
||||||
arttags:
|
|
||||||
- 3d
|
|
||||||
program: Blender
|
|
||||||
width: 1024
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 512
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "Classroom"
|
|
||||||
date: 2018-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/room.webp
|
|
||||||
alt_text: "A school classroom with yellow wallpaper and placeholder tables."
|
|
||||||
slug: room
|
|
||||||
arttags:
|
|
||||||
- 3d
|
|
||||||
program: Blender
|
|
||||||
width: 960
|
|
||||||
height: 540
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 288
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "TV"
|
|
||||||
date: 2018-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/tv.webp
|
|
||||||
alt_text: "A bright television is sititng on top of a table. Cans, paper and other trash is sitting on a table in front of it."
|
|
||||||
slug: tv
|
|
||||||
arttags:
|
|
||||||
- 3d
|
|
||||||
program: Blender
|
|
||||||
width: 960
|
|
||||||
height: 540
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 288
|
|
||||||
---
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
title: 2019
|
|
||||||
layout: gallery
|
|
||||||
json: art
|
|
||||||
thumbnails: true
|
|
||||||
selectedyear: 2019
|
|
||||||
---
|
|
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/back.webp
|
|
||||||
slug: back
|
|
||||||
program: Procreate
|
|
||||||
width: 716
|
|
||||||
height: 1266
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 905
|
|
||||||
---
|
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
title: "Candle Light"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/candle-light.webp
|
|
||||||
slug: candle-light
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 782
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 391
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
title: "Chains"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
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."
|
|
||||||
slug: chains
|
|
||||||
program: Procreate
|
|
||||||
width: 1920
|
|
||||||
height: 1577
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 420
|
|
||||||
---
|
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
title: "Clock"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/clock.webp
|
|
||||||
slug: clock
|
|
||||||
program: Procreate
|
|
||||||
width: 1600
|
|
||||||
height: 1600
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 512
|
|
||||||
---
|
|
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/cup.webp
|
|
||||||
slug: cup
|
|
||||||
program: Procreate
|
|
||||||
width: 955
|
|
||||||
height: 1172
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 628
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/day4.webp
|
|
||||||
slug: day4
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 678
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 773
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/day6.webp
|
|
||||||
alt_text: "A lifeguard is waving at someone in the water, while standing under an umbrella. The person recieving the greeting is laying on a surfboard."
|
|
||||||
slug: day6
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 949
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 475
|
|
||||||
---
|
|
|
@ -1,17 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/dec1-2.webp
|
|
||||||
slug: dec1-2
|
|
||||||
characters:
|
|
||||||
- Eugen
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
- fan art
|
|
||||||
program: Procreate
|
|
||||||
width: 999
|
|
||||||
height: 2048
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 1050
|
|
||||||
---
|
|
|
@ -1,17 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/dec1.webp
|
|
||||||
slug: dec1
|
|
||||||
characters:
|
|
||||||
- Elisanne
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
- fan art
|
|
||||||
program: Procreate
|
|
||||||
width: 1003
|
|
||||||
height: 2048
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 1045
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "Duel"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/dec7.webp
|
|
||||||
alt_text: "A swordswoman defeats her combat partner in a practice match. They're in matching blue-clad outfits, and you can see light spilling out of the windows onto the floor."
|
|
||||||
slug: dec7
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1920
|
|
||||||
height: 1822
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 486
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/descent.webp
|
|
||||||
slug: descent
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 472
|
|
||||||
height: 844
|
|
||||||
thumb_width: 472
|
|
||||||
thumb_height: 844
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
title: "Desert"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/desert.webp
|
|
||||||
slug: desert
|
|
||||||
arttags:
|
|
||||||
- landscape
|
|
||||||
program: Procreate
|
|
||||||
width: 1920
|
|
||||||
height: 1342
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 358
|
|
||||||
---
|
|
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/dorks.webp
|
|
||||||
slug: dorks
|
|
||||||
program: Procreate
|
|
||||||
width: 1169
|
|
||||||
height: 1813
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 794
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/dr-bob.webp
|
|
||||||
slug: dr-bob
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 924
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 462
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/drink.webp
|
|
||||||
alt_text: "A bikini clad elf woman is sitting at a bar, holding a drink. She frowns, asking \"What's in my drink?\""
|
|
||||||
slug: drink
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 693
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 347
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/duel2.webp
|
|
||||||
slug: duel2
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 805
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 651
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
title: "Duo"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
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."
|
|
||||||
slug: duo
|
|
||||||
program: Procreate
|
|
||||||
width: 1920
|
|
||||||
height: 1461
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 390
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/eccentric-girl.webp
|
|
||||||
alt_text: "A long haired girl holds her head, and puts out her back in a cool pose."
|
|
||||||
slug: eccentric-girl
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 934
|
|
||||||
height: 1598
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 876
|
|
||||||
---
|
|
|
@ -1,17 +0,0 @@
|
||||||
---
|
|
||||||
title: "Eleanor"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/eleanor.webp
|
|
||||||
slug: eleanor
|
|
||||||
characters:
|
|
||||||
- Eleanor
|
|
||||||
arttags:
|
|
||||||
- fan art
|
|
||||||
program: Procreate
|
|
||||||
width: 1770
|
|
||||||
height: 2513
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 727
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/elisanne.webp
|
|
||||||
slug: elisanne
|
|
||||||
characters:
|
|
||||||
- Elisanne
|
|
||||||
arttags:
|
|
||||||
- fan art
|
|
||||||
program: Procreate
|
|
||||||
width: 982
|
|
||||||
height: 2852
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 1487
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/fitgirl1.webp
|
|
||||||
alt_text: "A woman clad in workout clothes, is showing off her muscles at you - smiling."
|
|
||||||
slug: fitgirl1
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 615
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 853
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/fitgirl2.webp
|
|
||||||
alt_text: "A woman in workout clothes is making a peace sign at you."
|
|
||||||
slug: fitgirl2
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 619
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 847
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
title: "Girl Drinking Water"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
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."
|
|
||||||
slug: girl-drinking-water
|
|
||||||
program: Procreate
|
|
||||||
width: 948
|
|
||||||
height: 1933
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 1044
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
title: "Great Subject"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
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."
|
|
||||||
slug: great-subject
|
|
||||||
program: Procreate
|
|
||||||
width: 1920
|
|
||||||
height: 1342
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 358
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
title: "Gunpoint"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/gunpoint.webp
|
|
||||||
alt_text: "A man is holding a gun visible behind your view. He seems to be distressed."
|
|
||||||
slug: gunpoint
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 715
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 358
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/hey-baby.webp
|
|
||||||
alt_text: "A man is saying \"Hey, baby.\" while snapping, clicking and pointing at a small baby inside of a cart. The baby replies, \"wah.\""
|
|
||||||
slug: hey-baby
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1020
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 514
|
|
||||||
---
|
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
title: "Lifeguard"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/lifeguard.webp
|
|
||||||
slug: lifeguard
|
|
||||||
program: Procreate
|
|
||||||
width: 999
|
|
||||||
height: 1625
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 833
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/loss.webp
|
|
||||||
alt_text: "A man is on his knees, holding his sword to the ground. He looks worried, as he stares down a sword pointed at him."
|
|
||||||
slug: loss
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 767
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 384
|
|
||||||
---
|
|
|
@ -1,17 +0,0 @@
|
||||||
---
|
|
||||||
title: "Luca"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/luca.webp
|
|
||||||
slug: luca
|
|
||||||
characters:
|
|
||||||
- Luca
|
|
||||||
arttags:
|
|
||||||
- fan art
|
|
||||||
program: Procreate
|
|
||||||
width: 653
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 803
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/madman.webp
|
|
||||||
alt_text: "A bald scientist is excited, pumping his fists in the air and smiling."
|
|
||||||
slug: madman
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1920
|
|
||||||
height: 1495
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 399
|
|
||||||
---
|
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/mothman.webp
|
|
||||||
alt_text: "A girl is terrified, not glancing at the enemy behind her. It's the one and only mothman, with bright red pupils."
|
|
||||||
slug: mothman
|
|
||||||
characters:
|
|
||||||
- Mothman
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
- fan art
|
|
||||||
program: Procreate
|
|
||||||
width: 616
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 851
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
title: "Museum"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/museum.webp
|
|
||||||
alt_text: "An oil painting of the outside area of a museum. The building is clad in red bricks, and large plain pillars hold up a small hallway. The sky is bright blue, and a long green pond contains a small bronze statue."
|
|
||||||
slug: museum
|
|
||||||
arttags:
|
|
||||||
- oil painting
|
|
||||||
width: 1000
|
|
||||||
height: 1333
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 682
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/naked-elf.webp
|
|
||||||
alt_text: "A bikini clad elf is waving a small flag, saying \"Come on, you can beat him!\""
|
|
||||||
slug: naked-elf
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 449
|
|
||||||
height: 1001
|
|
||||||
thumb_width: 449
|
|
||||||
thumb_height: 1001
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/naked.webp
|
|
||||||
slug: naked
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
- fan art
|
|
||||||
nsfw: true
|
|
||||||
program: Procreate
|
|
||||||
width: 441
|
|
||||||
height: 594
|
|
||||||
thumb_width: 441
|
|
||||||
thumb_height: 594
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
title: "Object Study"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/object-study.webp
|
|
||||||
alt_text: "An oil painting practice, consisting of: the back of a skull, a dark bottle and some kind of cream pot. These items sit on top of a green sheet."
|
|
||||||
slug: object-study
|
|
||||||
arttags:
|
|
||||||
- oil painting
|
|
||||||
width: 1000
|
|
||||||
height: 1333
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 682
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/pair.webp
|
|
||||||
alt_text: "A boy and a girl are looking around, looking like they're ready to work out due to their outfits."
|
|
||||||
slug: pair
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 766
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 684
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/plan.webp
|
|
||||||
alt_text: "Two officers are leaning on the planning table. The man holds a clipboard, and glaring at the woman who is lost in thought."
|
|
||||||
slug: plan
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1701
|
|
||||||
height: 2175
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 655
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/pokegirls.webp
|
|
||||||
slug: pokegirls
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
- fan art
|
|
||||||
program: Procreate
|
|
||||||
width: 741
|
|
||||||
height: 741
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 512
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/question.webp
|
|
||||||
alt_text: "A woman in workout clothing is questioning herself."
|
|
||||||
slug: question
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 478
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 478
|
|
||||||
thumb_height: 1024
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/refill.webp
|
|
||||||
alt_text: "A truck is refilling from an unknown machine, with a bright neon sign reading \"REFILLS\" located above it."
|
|
||||||
slug: refill
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 893
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 447
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/sand.webp
|
|
||||||
alt_text: "A young woman and man are building a sand castle. While the woman is intent on finishing the creation, the boy is a little worried about how it's turning out."
|
|
||||||
slug: sand
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 668
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 334
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/scythe-monster.webp
|
|
||||||
alt_text: "A woman who was wielding a scythe has gotten into a physical altercation with a giant fist, losing her weapon."
|
|
||||||
slug: scythe-monster
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 516
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 258
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/scythe.webp
|
|
||||||
alt_text: "A woman has a giant scythe, attached by a small cord to her belt. She poses it, looking like an attack."
|
|
||||||
slug: scythe
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1920
|
|
||||||
height: 1341
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 358
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/sep-2019.webp
|
|
||||||
alt_text: "A swordswoman is sitting on an edge, cleaning her small wooden sword."
|
|
||||||
slug: sep-2019
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1171
|
|
||||||
height: 1549
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 677
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/sep29.webp
|
|
||||||
alt_text: "Two swordspeople are preparing to fight, with your view at a dutch angle."
|
|
||||||
slug: sep29
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1920
|
|
||||||
height: 1341
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 358
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/shoot-ghost.webp
|
|
||||||
alt_text: "A woman in a short skirt is clapping, lifting her leg up. Then, a man is trying to shoot a gun and failing. The ghost gloats \"You can't shoot a ghost!\""
|
|
||||||
slug: shoot-ghost
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 715
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 358
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/shorts-girl.webp
|
|
||||||
alt_text: "A woman in very short shorts, and a bra is laying against an invisible wall, looking at you."
|
|
||||||
slug: shorts-girl
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 425
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 425
|
|
||||||
thumb_height: 1024
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/sketch-collect.webp
|
|
||||||
alt_text: "A man lifting some weights, screaming \"Look at my BELLS!\" Below him, someone running on a treadmill. Next to them, a succubus with horns, a tail, and pointed ears is embarrassed. A boy in a very bad cat costume says \"I'm a cat\" while looking at a food bowl. Behind him, is a woman looking through a pair of binoculars and exclaiming, \"Neko located!\""
|
|
||||||
slug: sketch-collect
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 907
|
|
||||||
height: 884
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 499
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
title: "Sleeping Witch"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/sleeping.webp
|
|
||||||
alt_text: "A witch is sleeping on her work table, with many potions and drinks sitting around her."
|
|
||||||
slug: sleeping
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 695
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 348
|
|
||||||
---
|
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
title: "Sniper Girl"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/sniper-girl.webp
|
|
||||||
alt_text: "A simple 3D model of a sniper, she wears a sweater and beret of the same dim green. She has brown hair and eyes."
|
|
||||||
slug: sniper-girl
|
|
||||||
characters:
|
|
||||||
- Sniper Girl
|
|
||||||
arttags:
|
|
||||||
- 3d
|
|
||||||
program: Blender
|
|
||||||
width: 1031
|
|
||||||
height: 1256
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 624
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "Sniper"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/sniper.webp
|
|
||||||
alt_text: "A sniper clad in a short green sweater, a large gun on her back and a small beret."
|
|
||||||
slug: sniper
|
|
||||||
characters:
|
|
||||||
- Sniper Girl
|
|
||||||
program: Procreate
|
|
||||||
width: 1750
|
|
||||||
height: 2553
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 747
|
|
||||||
---
|
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/some-swords.webp
|
|
||||||
alt_text: "A woman and man clad in the same blue outfit, are posing with their wooden practice swords."
|
|
||||||
slug: some-swords
|
|
||||||
program: Procreate
|
|
||||||
width: 1920
|
|
||||||
height: 1136
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 303
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
title: "Sword Buying"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
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...\""
|
|
||||||
slug: sword-buying
|
|
||||||
program: Procreate
|
|
||||||
width: 1920
|
|
||||||
height: 2388
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 637
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/toys.webp
|
|
||||||
alt_text: "A girl in a swimsuit is holding some tools meant for building with sand, and gesturing at you to come join her."
|
|
||||||
slug: toys
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 486
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 486
|
|
||||||
thumb_height: 1024
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/tree2.webp
|
|
||||||
alt_text: "A bright oak tree is sitting on top of a hill, covered in lots of grass. A rock is visible coming out of the earth."
|
|
||||||
slug: tree2
|
|
||||||
arttags:
|
|
||||||
- landscape
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1668
|
|
||||||
height: 2388
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 733
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/waiting2.webp
|
|
||||||
alt_text: "A bald scientist with a bushy moustache is waiting, for something. A clock sits on the wall."
|
|
||||||
slug: waiting2
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 434
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 434
|
|
||||||
thumb_height: 1024
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
title: "Whatever (WIP)"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/whatever.webp
|
|
||||||
alt_text: "An oil painting with an abstract layout, featuring plastic parts of a small toy automobile. This is the incomplete version, as it lacks the final paintover."
|
|
||||||
slug: whatever
|
|
||||||
arttags:
|
|
||||||
- oil painting
|
|
||||||
width: 1000
|
|
||||||
height: 1333
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 682
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "Witch"
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/witch.webp
|
|
||||||
alt_text: "A witch is busy cooking, with lots of cookware and pans moving on their own. She is cutting a carrot."
|
|
||||||
slug: witch
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1019
|
|
||||||
height: 1515
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 761
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/witch2.webp
|
|
||||||
alt_text: "A sorceress is holding a long staff, but frowning at you."
|
|
||||||
slug: witch2
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 753
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 696
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2019-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/wooden-boy.webp
|
|
||||||
alt_text: "An old craftsman is holding a small humanoid doll, smiling."
|
|
||||||
slug: wooden-boy
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 480
|
|
||||||
height: 653
|
|
||||||
thumb_width: 480
|
|
||||||
thumb_height: 653
|
|
||||||
---
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
title: 2020
|
|
||||||
layout: gallery
|
|
||||||
json: art
|
|
||||||
thumbnails: true
|
|
||||||
selectedyear: 2020
|
|
||||||
---
|
|
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/bench.webp
|
|
||||||
slug: bench
|
|
||||||
program: Procreate
|
|
||||||
width: 763
|
|
||||||
height: 1024
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 687
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/bike.webp
|
|
||||||
alt_text: "A rochs looking man is sitting upon a bright red bike, pointing his sword at you cockily."
|
|
||||||
slug: bike
|
|
||||||
arttags:
|
|
||||||
- drawpile
|
|
||||||
- sketch
|
|
||||||
program: Drawpile
|
|
||||||
width: 1094
|
|
||||||
height: 1224
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 573
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/bike2020.webp
|
|
||||||
slug: bike2020
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 924
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 462
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/casual-elf.webp
|
|
||||||
slug: casual-elf
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 241
|
|
||||||
height: 680
|
|
||||||
thumb_width: 241
|
|
||||||
thumb_height: 680
|
|
||||||
---
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: "Chains"
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/chains-sketch.webp
|
|
||||||
alt_text: "Some sketchy chains being whipped around by an unknown assailant."
|
|
||||||
slug: chains-sketch
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1686
|
|
||||||
height: 1475
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 448
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/chair2020.webp
|
|
||||||
slug: chair2020
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1003
|
|
||||||
height: 799
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 408
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/chars2020.webp
|
|
||||||
slug: chars2020
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 700
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 350
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/fantasyfolks.webp
|
|
||||||
slug: fantasyfolks
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1789
|
|
||||||
height: 1599
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 458
|
|
||||||
---
|
|
|
@ -1,19 +0,0 @@
|
||||||
---
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/ffxiv-swim.webp
|
|
||||||
alt_text: "A Viera is standing next to a Miqote, in blue swimsuits."
|
|
||||||
slug: ffxiv-swim
|
|
||||||
characters:
|
|
||||||
- Juritta
|
|
||||||
- Titania
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
- fan art
|
|
||||||
program: Procreate
|
|
||||||
width: 1737
|
|
||||||
height: 4222
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 1244
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/fight2020.webp
|
|
||||||
slug: fight2020
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 917
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 459
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/fitness.webp
|
|
||||||
slug: fitness
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 783
|
|
||||||
height: 920
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 602
|
|
||||||
---
|
|
|
@ -1,19 +0,0 @@
|
||||||
---
|
|
||||||
title: "Eternally unfinished Genshin background"
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/genshin-amber.webp
|
|
||||||
alt_text: "Amber from Genshin Impact is looking over the green terrain, dotted with sparse vegetation and trees. In the distance, harrowing cliffs and mountains are visible."
|
|
||||||
slug: genshin-amber
|
|
||||||
characters:
|
|
||||||
- Amber
|
|
||||||
arttags:
|
|
||||||
- landscape
|
|
||||||
- fan art
|
|
||||||
program: Procreate
|
|
||||||
width: 1920
|
|
||||||
height: 1439
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 384
|
|
||||||
---
|
|
|
@ -1,14 +0,0 @@
|
||||||
---
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/goblin-mines.webp
|
|
||||||
slug: goblin-mines
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1024
|
|
||||||
height: 766
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 383
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/gun-lady.webp
|
|
||||||
slug: gun-lady
|
|
||||||
arttags:
|
|
||||||
- drawpile
|
|
||||||
- sketch
|
|
||||||
program: Drawpile
|
|
||||||
width: 699
|
|
||||||
height: 1004
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 735
|
|
||||||
---
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/king.webp
|
|
||||||
alt_text: "A lazy ruler and his assistant (or queen?) is sitting upon their throne."
|
|
||||||
slug: king
|
|
||||||
arttags:
|
|
||||||
- sketch
|
|
||||||
program: Procreate
|
|
||||||
width: 1920
|
|
||||||
height: 1011
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 270
|
|
||||||
---
|
|
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
title: "let's get fit!"
|
|
||||||
date: 2020-01-01
|
|
||||||
excludefeed: true
|
|
||||||
layout: art-detail
|
|
||||||
filename: /art/lets-get-fit.webp
|
|
||||||
alt_text: "Catgirl mew"
|
|
||||||
slug: lets-get-fit
|
|
||||||
characters:
|
|
||||||
- Sakura
|
|
||||||
mastodon_url: https://mastodon.art/@redstrate/106533538632560503
|
|
||||||
newgrounds_url: https://www.newgrounds.com/art/view/redstrate/let-s-get-fit
|
|
||||||
program: Procreate
|
|
||||||
width: 1610
|
|
||||||
height: 2162
|
|
||||||
thumb_width: 512
|
|
||||||
thumb_height: 688
|
|
||||||
---
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue