Add going home art
This commit is contained in:
parent
b6af17d3ca
commit
35e819931d
6 changed files with 39 additions and 6 deletions
11
art/goinghome.eno
Normal file
11
art/goinghome.eno
Normal file
|
@ -0,0 +1,11 @@
|
|||
-- Alt Text
|
||||
|
||||
A painting of a road split by a two track railway crossing. there are numerous power lines, cables and road signs littering the roadside. there is a sidewalk visible in part of the frame, but no one is on it. there are visible cars and non-descript buildings in the distance.
|
||||
|
||||
-- Alt Text
|
||||
|
||||
-- Description
|
||||
|
||||
My last painting of 2022 (I think). Based on a real photo :-)
|
||||
|
||||
-- Description
|
BIN
assets/art-thumbs/goinghome.webp
Normal file
BIN
assets/art-thumbs/goinghome.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 9 KiB |
BIN
assets/art/goinghome.webp
Normal file
BIN
assets/art/goinghome.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 184 KiB |
|
@ -5,6 +5,10 @@ summary: My personal art gallery.
|
|||
aliases:
|
||||
- /gallery
|
||||
featured:
|
||||
- filename: goinghome.webp
|
||||
date: 12-22
|
||||
year: 2022
|
||||
title: going home
|
||||
- filename: orbit-correction.webp
|
||||
date: 12-20
|
||||
year: 2022
|
||||
|
@ -13,10 +17,6 @@ featured:
|
|||
date: 12-2
|
||||
year: 2022
|
||||
title: grocery shopping
|
||||
- filename: mythra.webp
|
||||
date: 11-11
|
||||
year: 2022
|
||||
title: torigoth
|
||||
years:
|
||||
- 2022
|
||||
- 2021
|
||||
|
|
15
content/art/goinghome.md
Normal file
15
content/art/goinghome.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: going home
|
||||
layout: art-detail
|
||||
date: 2022-12-22
|
||||
slug: goinghome
|
||||
tags:
|
||||
---
|
||||

|
||||
## Commentary
|
||||
|
||||
My last painting of 2022 (I think). Based on a real photo :-)
|
||||
|
||||
## Characters
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"featured": [
|
||||
"goinghome",
|
||||
"orbit-correction",
|
||||
"grocery-shopping",
|
||||
"mythra"
|
||||
"grocery-shopping"
|
||||
],
|
||||
"categories": [
|
||||
{
|
||||
|
@ -134,6 +134,13 @@
|
|||
{
|
||||
"year": 2022,
|
||||
"pieces": [
|
||||
{
|
||||
"title": "going home",
|
||||
"filename": "goinghome.webp",
|
||||
"newgrounds_url": "https://www.newgrounds.com/art/view/redstrate/going-home",
|
||||
"pixiv_url": "https://www.pixiv.net/en/artworks/103827572",
|
||||
"date": "12-22"
|
||||
},
|
||||
{
|
||||
"title": "orbit correction",
|
||||
"filename": "orbit-correction.webp",
|
||||
|
|
Loading…
Add table
Reference in a new issue