rearrange links and un-partial links partial
This commit is contained in:
@ -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>
|
21
src/index.md
21
src/index.md
@ -9,4 +9,23 @@ hey what's up! my name is uuupah. im a twenty-something non-binary (they/them) p
|
||||
|
||||
## 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>
|
@ -3,6 +3,9 @@ layout: layout/base.njk
|
||||
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**
|
||||
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
|
||||
|
||||
@ -29,6 +32,3 @@ watched for a few dollars more; vast improvement on a fistful of dollars
|
||||
|
||||
**2023.04.23**
|
||||
started playing devil daggers and cave story +
|
||||
|
||||
**2023.11.06**
|
||||
started putting together my home server tutorial - this shit took longer than i expected
|
Reference in New Issue
Block a user