rearrange links and un-partial links partial

This commit is contained in:
2023-11-07 00:49:17 +10:30
parent 6d13392f5f
commit b8fa25fac1
3 changed files with 24 additions and 23 deletions

View File

@ -1,18 +0,0 @@
<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) %}
- {{ 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['lists'] | reverse | limit(5) %}
- {{ 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="/infinite_nightmare/">art inspiration list</a></h4>
<h4><a href="/misc/">miscellania</a></h4>
</div>

View File

@ -9,4 +9,23 @@ hey what's up! my name is uuupah. im a twenty-something non-binary (they/them) p
## pages ## pages
{% include 'partials/link_links.njk' %} <div class="paragraph-deparagrapher">
#### [my art](/art/my-art-2023/)
#### [journal.html](/journal_html/)
#### [⚠️ newest post! ⚠️]({{collections.post[collections.post.length - 1].filePathStem}})
#### thoughts and feelings
{% for post in collections['blog'] | reverse | limit(5) %}
- {{ post.page.date.toLocaleDateString("en-UK") }} // [{{ post.data.title }}]({{post.filePathStem}})
{% endfor %}
\- [...and da restt ...](/blog/)
#### lists of things
{% for post in collections['lists'] | reverse | limit(5) %}
- {{ post.page.date.toLocaleDateString("en-UK") }} // [{{ post.data.title }}]({{post.filePathStem}})
{% endfor %}
\- [older lists](/lists/)
#### [art inspiration list](/infinite_nightmare/)
#### [sitemap](/sitemap/)
#### [miscellania](/misc/)
</div>

View File

@ -3,6 +3,9 @@ layout: layout/base.njk
title: journal.html title: journal.html
--- ---
**2023.11.06**
started putting together my home server tutorial, theres about 10 sectoins total and this one took me more than an hour on its own
**2023.08.01** **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 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
@ -28,7 +31,4 @@ finished this month's music post, and started watching asteroid in love as backg
watched for a few dollars more; vast improvement on a fistful of dollars watched for a few dollars more; vast improvement on a fistful of dollars
**2023.04.23** **2023.04.23**
started playing devil daggers and cave story + started playing devil daggers and cave story +
**2023.11.06**
started putting together my home server tutorial - this shit took longer than i expected