From b8fa25fac1a6b245af3bbc93c9fe3ef977385eba Mon Sep 17 00:00:00 2001 From: hollis Date: Tue, 7 Nov 2023 00:49:17 +1030 Subject: [PATCH] rearrange links and un-partial links partial --- src/_includes/partials/link_links.njk | 18 ------------------ src/index.md | 21 ++++++++++++++++++++- src/journal_html.md | 8 ++++---- 3 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 src/_includes/partials/link_links.njk diff --git a/src/_includes/partials/link_links.njk b/src/_includes/partials/link_links.njk deleted file mode 100644 index bf80d33..0000000 --- a/src/_includes/partials/link_links.njk +++ /dev/null @@ -1,18 +0,0 @@ -
-

sitemap

-

journal.html -

my art

-

⚠️ newest post! ⚠️ -

thoughts and feelings

- {% for post in collections['blog'] | reverse | limit(5) %} - - {{ post.page.date.toLocaleDateString("en-UK") }} // {{ post.data.title }} - {% endfor %} - - ...and da restt ... -

lists of things

- {% for post in collections['lists'] | reverse | limit(5) %} - - {{ post.page.date.toLocaleDateString("en-UK") }} // {{ post.data.title }} - {% endfor %} - - older lists -

art inspiration list

-

miscellania

-
\ No newline at end of file diff --git a/src/index.md b/src/index.md index e599dcd..48893a9 100644 --- a/src/index.md +++ b/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' %} \ No newline at end of file +
+ + #### [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/) + +
\ No newline at end of file diff --git a/src/journal_html.md b/src/journal_html.md index bfbb05d..ac46f97 100644 --- a/src/journal_html.md +++ b/src/journal_html.md @@ -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 @@ -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 **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 \ No newline at end of file +started playing devil daggers and cave story + \ No newline at end of file