fuck it babes huge overhaul

This commit is contained in:
2023-08-01 14:42:01 +09:30
parent 4d27c1c581
commit 18a71ad9e3
30 changed files with 86 additions and 126 deletions

View File

@ -25,7 +25,9 @@ i got started using [flamed fury's 11ty guide](https://flamedfury.com/guides/11t
# todo
- [ ] set up image shortcodes to automatically create webps
- [ ] set up all albums to load placeholder image instead; potentially use some level of automation for this
- [ ] find a way to template this using includes
- [ ] completely fucking redo front page navigation
- [ ] paginate infinite nightmare
- [ ] convert fallback images for image links
- [ ] create script to do this automatically
- [ ] create script to do this automatically
- [ ] make the 404 page less wankery

View File

@ -1,16 +1,18 @@
<div class="paragraph-deparagrapher">
<h4><a href="/sitemap/">sitemap</a></h4>
<h4><a href="/journal_html/">journal.html</a>
<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) %}
- {{ post.page.date.toLocaleDateString("en-UK") }} // <a href="{{post.filePathStem}}">{{ post.data.title }}</a>
{% endfor %}
<span> - <a href="/blog/">...and da restt ...</a></span>
<h4>lists of things</h4>
{% for post in collections['blog'] | reverse | limit(5) %}
{% for post in collections['lists'] | reverse | limit(5) %}
- {{ post.page.date.toLocaleDateString("en-UK") }} // <a href="{{post.filePathStem}}">{{ post.data.title }}</a>
{% endfor %}
<span> - <a href="/blog/">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="/misc/">miscellania</a></h4>
</div>

View File

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

View File

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

View File

@ -1,5 +1,5 @@
---
title: game radar - archive
draft: true
---
---
title: game radar - archive
draft: true
---

View File

@ -1,57 +1,57 @@
---
title: game radar - may 2023
draft: true
---
### cramped room of death
stephen's sausage roll but a dungeon crawler ig?
### breeze in the clouds
platformer beat-em-up that i can say definitively is not using the anthro look as a cute aesthetic, but because the artists are absolute dyed-in-the-wool furries. that does at least mean that the characters all look super appealing and distinct and have heaps of charm. the music also sounds super cool.
### cataclismo
from my searching around this game appears to be equal parts fortress builder and adventure game. the former could be really interesting, since it doesnt seem to be a tower defence but something new (at least to me)
### #blud
noughties style animation in a 2d top down brawler - gameplay is maybe not that unique but its a tried and true formula and the animation might be enough to carry it
### black sword dx
a really unique look, but more isometric 2d brawler type gameplay
### dordogne
colour me intrigued, especially after watching 40 trailers i skipped almost immediately
### tako no himitsu
i dont think ive ever seen a new game capture the gba feel quite as well as this appears to
### mr run and jump
ya girl loves movement platformers and this one looks like it feels good
### fall of porcupine
### planet of lana
### tchia
new caledonia
### times and galaxy
### desta: the memories between
### omega strikers
### The Caligula Effect 2
### tin can
### mail time
---
title: game radar - may 2023
draft: true
---
### cramped room of death
stephen's sausage roll but a dungeon crawler ig?
### breeze in the clouds
platformer beat-em-up that i can say definitively is not using the anthro look as a cute aesthetic, but because the artists are absolute dyed-in-the-wool furries. that does at least mean that the characters all look super appealing and distinct and have heaps of charm. the music also sounds super cool.
### cataclismo
from my searching around this game appears to be equal parts fortress builder and adventure game. the former could be really interesting, since it doesnt seem to be a tower defence but something new (at least to me)
### #blud
noughties style animation in a 2d top down brawler - gameplay is maybe not that unique but its a tried and true formula and the animation might be enough to carry it
### black sword dx
a really unique look, but more isometric 2d brawler type gameplay
### dordogne
colour me intrigued, especially after watching 40 trailers i skipped almost immediately
### tako no himitsu
i dont think ive ever seen a new game capture the gba feel quite as well as this appears to
### mr run and jump
ya girl loves movement platformers and this one looks like it feels good
### fall of porcupine
### planet of lana
### tchia
new caledonia
### times and galaxy
### desta: the memories between
### omega strikers
### The Caligula Effect 2
### tin can
### mail time
### cosmic wheel sisterhood

View File

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

View File

@ -12,7 +12,7 @@ this loop was done by [dav 19](https://www.deviantart.com/dav-19/art/Pixel-Yui-3
<img src="/_assets/img/fav.png"></img>
this one is an old windows "my computer" icon, i believe from windows 2000
<img src="/_assets/img/art.jpg"></img>
<!-- <img src="/_assets/img/art.jpg"></img>
a still from eizouken ni wa te wo dasu na! / keep your hands off eizouken! depicting the character midori asakusa
<img src="/_assets/img/blog.jpg"></img>
@ -31,4 +31,4 @@ a still from gunsmith cats depicting the character irene "rally" vincent
a crop from the splatoon comic depicting agent 3 / braids / mitsuami
<img src="/_assets/img/music.jpg"></img>
another nichijou one, this time the character is nano shinonome
another nichijou one, this time the character is nano shinonome -->

View File

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

View File

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

View File

@ -1,25 +1,27 @@
---
layout: layout/base.njk
title: becoming one with the slime
title: 🐌 becoming one with the slime 🐌
---
hey what's up! my name is uuupah. im a twenty-something non-binary (they/them please!) person from australia plagued by a metaphysical urge to record my thoughts and feelings in meandering prose. i'm into exploring less mainstream music genres, character design and figure drawing, puzzle and movement videogames, old anime and rock climbing.
![](https://64.media.tumblr.com/5d37ab2aa782462c7aa092f7bd0d27cb/c44d7d4b9325e7d1-16/s1280x1920/1690fe1e95401b094ffa62ae933ff2c038e62814.gifv)
### recent updates
hey what's up! my name is uuupah. im a twenty-something non-binary (they/them) person from australia plagued by a metaphysical urge to record my thoughts and feelings in meandering prose. i'm into exploring less mainstream music genres, character design and figure drawing, puzzle and movement videogames, old anime and rock climbing.
<!-- ### recent updates
<div class="updates-field">
(check <a href="journal_html">journal.html</a> as well)
{% for post in collections.post | reverse | limit(5) %}
<p>{{ post.page.date.toLocaleDateString("en-UK") }} - [{{ post.data.title }}]({{post.filePathStem}}) [{{post.data.tags[0]}}]</p>
{% endfor %}
</div>
</div> -->
### pages
## 📃 pages 📃
<!-- {% include 'partials/link_links.njk' %} -->
{% include 'partials/link_links.njk' %}
{% include 'partials/link_tiles.njk' %}
<!-- {% include 'partials/link_tiles.njk' %} -->
### this site
<!-- ## 🖨️ this site 🖨️
is built using [eleventy](https://11ty.dev) and hosted on [neocities](https://neocities.org/). i used [flamedfury's tutorial](https://flamedfury.com/guides/11ty-homepage-neocities/) to get started, and implemented [bcomnes deployment github action](https://github.com/bcomnes/deploy-to-neocities) to bring the amount of work required to make changes to almost zero. i also use [obsidian](https://obsidian.md/) and obsidian git to create and edit posts on my phone. the source code for this site is [here](https://github.com/uuupah/11ty_neocities).
is built using [eleventy](https://11ty.dev) and hosted on [neocities](https://neocities.org/). i used [flamedfury's tutorial](https://flamedfury.com/guides/11ty-homepage-neocities/) to get started, and implemented [bcomnes deployment github action](https://github.com/bcomnes/deploy-to-neocities) to bring the amount of work required to make changes to almost zero. the source code for this site is [here](https://github.com/uuupah/11ty_neocities). -->

View File

@ -3,6 +3,9 @@ layout: layout/base.njk
title: journal.html
---
**2023.08.01**
huge homepage redesign! i'll write about it in some more detail but i'm currently at work and should really be finishing up my tasks instead
**2023.07.06**
my general situation has stabilised a lot so i'm planning on doing a lot more on the site. i'm inspired by [desert jaguar](https://desertjaguar.casa/)'s scraps vs thoughts layout and i plan to keep migrating lists from my bookmarks and obsidian to the site - it feels like a great way to keep them in a centralised spot for my own use, as well as hopefully share some neat stuff with people who might not have seen them. i am finding the colour scheme is a little muddy for pages like [cool game links](/lists/cool_game_links) so i'm going to toy with the colour scheme a little bit in the next couple of days

View File

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

View File

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

View File

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

View File

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