From c47459eb58cfeaa9d5e7736b0672d6bd768eef69 Mon Sep 17 00:00:00 2001 From: jonathan Date: Fri, 6 Oct 2023 15:30:47 +1030 Subject: [PATCH] start testing a change to the infinite nightmare --- src/_data/infinite_nightmare.json | 47 ++++++ src/infinite_nightmare_draft.md | 232 ++++++++++++++++++++++++++++++ 2 files changed, 279 insertions(+) create mode 100644 src/_data/infinite_nightmare.json create mode 100644 src/infinite_nightmare_draft.md diff --git a/src/_data/infinite_nightmare.json b/src/_data/infinite_nightmare.json new file mode 100644 index 0000000..7cbe9fd --- /dev/null +++ b/src/_data/infinite_nightmare.json @@ -0,0 +1,47 @@ +[ + { + "title": "highlandkall but this post in particular", + "link": "https://www.tumblr.com/highlandkall/727644196588142592/naomi-in-a-spotted-dress-i-thought-was-cute", + "image": "https://64.media.tumblr.com/5eb8879ff340aba386e4648e7285c5be/eeba3b0e1ac353b3-df/s2048x3072/d5ea963d9cb0ceab3a143e69f7fecc4ca497c892.pnj", + "description": "im shitting myself everything about this pic like the subtle shading, the round forms and colouring, the shading, the background, the super subtle edge separation good fucking god" + }, + { + "title": "hanabushi", + "link": "https://twitter.com/hanabushi_/status/1690549358696230912/photo/1", + "image": "https://pbs.twimg.com/media/F3YFtV_b0AAYStw?format=jpg&name=4096x4096", + "description": "gonna be straight up, this is just here as a reminder for me to practice big hands and block colouring" + }, + { + "title": "erijt", + "link": "https://erijt.tumblr.com/", + "image": "https://64.media.tumblr.com/0ef4953e222dc2eb7376988f922dfd4e/d0648c097e183cc0-6c/s1280x1920/a26eb283d8e7f6b57d99e4f6491c18adef523e5c.png", + "description": "erijt is an insane inspiration - they have a really consistent style that i super enjoy, they post basically every day, and they sometimes do breakdowns of their construction" + }, + { + "title": "kiwifie", + "link": "https://kiwifie.tumblr.com/", + "image": [ + "https://64.media.tumblr.com/9c64e85e170e8a817ad635c2f04c6e1f/78f810c2e8f9a9ea-50/s500x750/79c93f40f2b600fb730cbe5ac8a694fd8229eae3.png", + "https://64.media.tumblr.com/ed90db357e134e4b68090f00afc4247a/7eed6537b0f2a4a1-b4/s1280x1920/2195a03446be7693ae667013293957240ecfbb80.jpg" + ], + "description": "i'm digging a lot of things about this artist: their digital style and brushes, colouring techniques, anatomy shorthand, expressions and character movement" + }, + { + "title": "", + "link": "", + "image": "", + "description": "" + }, + { + "title": "hoho_chip*", + "link": "https://www.instagram.com/hoho_chip/", + "image": "/_assets/img/infinite_nightmare/hohochip.jpg", + "description": "this artist does a lot of extreme stylisation with a very loose hand. their side-by-sides with references are really neat to try and understand their process, and their use of digital watercolours and pastels is something that i would like to try " + }, + { + "title": "", + "link": "", + "image": "", + "description": "" + } +] \ No newline at end of file diff --git a/src/infinite_nightmare_draft.md b/src/infinite_nightmare_draft.md new file mode 100644 index 0000000..e1bd276 --- /dev/null +++ b/src/infinite_nightmare_draft.md @@ -0,0 +1,232 @@ +--- +title: infinite nightmare list of artists / pieces / references / things i want to draw +layout: layout/base.njk +pagination: + data: infinite_nightmare + size: 10 + alias: postslist +draft: true +--- +
+ +### πŸ”ž warning! some of this stuff will be nsfw or include art that is nsfw πŸ”ž +thats just art baby! people are naked a _lot_ as it turns out + +welcome to the infinite nightmare list aka a big dumpster for me to put art related stuff that i want to revisit at some point. each section should have a reason that i want to revisit a link. also, i will probably just take images directly from the source so if shit is broken then that would be why + +{% for post in postsList %} +
+ **{{ post.title }}** + [link]({{ post.link }}) + ![]({{ post.image }}) + {{post.description}} +{% endfor %} + + \ No newline at end of file