add to infinite backlog and update misc

This commit is contained in:
2023-08-03 14:40:21 +09:30
parent 09c5f6c7e9
commit dc857d2897
6 changed files with 21 additions and 6 deletions

View File

@ -1,6 +1,7 @@
<div class="paragraph-deparagrapher"> <div class="paragraph-deparagrapher">
<h4><a href="/sitemap/">sitemap</a></h4> <h4><a href="/sitemap/">sitemap</a></h4>
<h4><a href="/journal_html/">journal.html</a> <h4><a href="/journal_html/">journal.html</a>
<h4><a href="/art/my-art-2023/">my art</a></h4>
<h4><a href="{{collections.post[collections.post.length - 1].filePathStem}}">⚠️ newest post! ⚠️</a> <h4><a href="{{collections.post[collections.post.length - 1].filePathStem}}">⚠️ newest post! ⚠️</a>
<h4>thoughts and feelings</h4> <h4>thoughts and feelings</h4>
{% for post in collections['blog'] | reverse | limit(5) %} {% for post in collections['blog'] | reverse | limit(5) %}
@ -12,7 +13,6 @@
- {{ post.page.date.toLocaleDateString("en-UK") }} // <a href="{{post.filePathStem}}">{{ post.data.title }}</a> - {{ post.page.date.toLocaleDateString("en-UK") }} // <a href="{{post.filePathStem}}">{{ post.data.title }}</a>
{% endfor %} {% endfor %}
<span> - <a href="/lists/">older lists....</a></span> <span> - <a href="/lists/">older lists....</a></span>
<h4><a href="/art/my-art-2023/">my art</a></h4>
<h4><a href="/infinite_nightmare/">art inspiration list</a></h4> <h4><a href="/infinite_nightmare/">art inspiration list</a></h4>
<h4><a href="/misc/">miscellania</a></h4> <h4><a href="/misc/">miscellania</a></h4>
</div> </div>

View File

@ -11,6 +11,14 @@ welcome to the infinite nightmare list aka a big dumpster for me to put art rela
--- ---
**kiwifie**
[link](https://kiwifie.tumblr.com/)
![](https://64.media.tumblr.com/9c64e85e170e8a817ad635c2f04c6e1f/78f810c2e8f9a9ea-50/s500x750/79c93f40f2b600fb730cbe5ac8a694fd8229eae3.png)
![](https://64.media.tumblr.com/ed90db357e134e4b68090f00afc4247a/7eed6537b0f2a4a1-b4/s1280x1920/2195a03446be7693ae667013293957240ecfbb80.jpg)
i'm digging a lot of things about this artist: their digital style and brushes, colouring techniques, anatomy shorthand, expressions and character movement
---
**sketchy ipad inspirations!! kip and kms2605** **sketchy ipad inspirations!! kip and kms2605**
[kip](https://graskip.tumblr.com/post/721703456942030849/mountain-spirit) [kip](https://graskip.tumblr.com/post/721703456942030849/mountain-spirit)
![](https://64.media.tumblr.com/9845d0279d6faa46f32c367a83eaa20b/f8780d92a1b9a33f-78/s1280x1920/a6471dabc0a371019d3f7912e12d40070113e633.png) ![](https://64.media.tumblr.com/9845d0279d6faa46f32c367a83eaa20b/f8780d92a1b9a33f-78/s1280x1920/a6471dabc0a371019d3f7912e12d40070113e633.png)

View File

@ -18,7 +18,7 @@ these let you spoof pokemon events like you used to get at game shops from a hom
### satisfactory optimal alternate recipes ### satisfactory optimal alternate recipes
[https://www.reddit.com/r/SatisfactoryGame/comments/mpjzfb/optimal_alternate_recipes_pushing_the_raw/](https://www.reddit.com/r/SatisfactoryGame/comments/mpjzfb/optimal_alternate_recipes_pushing_the_raw/) [https://www.reddit.com/r/SatisfactoryGame/comments/mpjzfb/optimal_alternate_recipes_pushing_the_raw/](https://www.reddit.com/r/SatisfactoryGame/comments/mpjzfb/optimal_alternate_recipes_pushing_the_raw/)
❗[local backup](/unlisted/optimal_alternate_recipes/)❗ ❗[local backup](/misc/optimal_alternate_recipes/)❗
this breakdown is so unbelievably solid that i've backed it up to my own damn website. reddit might go down but this thing ain't this breakdown is so unbelievably solid that i've backed it up to my own damn website. reddit might go down but this thing ain't
&nbsp; &nbsp;

11
src/misc.md Normal file
View File

@ -0,0 +1,11 @@
---
title: misc
layout: layout/base.njk
eleventyImport.collections: ["misc"]
---
<div class="pages-article">
{% for post in collections.misc | reverse %}
\- {{ post.page.date.toLocaleDateString("en-UK") }} // [{{post.data.title or post.data.page.fileSlug }}](/misc/{{ post.data.page.fileSlug }})
{% endfor %}
</div>

View File

@ -1,4 +0,0 @@
{
"layout": "layout/blog",
"tags": ["movies","post"]
}