add to infinite backlog and update misc
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
<div class="paragraph-deparagrapher">
|
||||
<h4><a href="/sitemap/">sitemap</a></h4>
|
||||
<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>thoughts and feelings</h4>
|
||||
{% 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>
|
||||
{% endfor %}
|
||||
<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="/misc/">miscellania</a></h4>
|
||||
</div>
|
@ -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/)
|
||||

|
||||

|
||||
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**
|
||||
[kip](https://graskip.tumblr.com/post/721703456942030849/mountain-spirit)
|
||||

|
||||
|
@ -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
|
||||
[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
|
||||
|
||||
|
||||
|
11
src/misc.md
Normal file
11
src/misc.md
Normal 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>
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"layout": "layout/blog",
|
||||
"tags": ["movies","post"]
|
||||
}
|
Reference in New Issue
Block a user