fuck it babes huge overhaul
This commit is contained in:
@ -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
|
@ -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>
|
11
src/art.md
11
src/art.md
@ -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>
|
@ -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>
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: game radar - archive
|
||||
draft: true
|
||||
---
|
||||
|
||||
---
|
||||
title: game radar - archive
|
||||
draft: true
|
||||
---
|
||||
|
@ -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
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"layout": "layout/blog",
|
||||
"tags": ["climbing","post"]
|
||||
}
|
@ -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 -->
|
11
src/games.md
11
src/games.md
@ -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>
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"layout": "layout/blog",
|
||||
"tags": ["games","post"]
|
||||
}
|
20
src/index.md
20
src/index.md
@ -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.
|
||||

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