nobacklink

This commit is contained in:
yosh 2024-03-14 22:47:45 -04:00
parent fcc08ea9fa
commit 2af07810e5
14 changed files with 9 additions and 14 deletions

View File

@ -24,6 +24,9 @@ EOF
# rest of stdin is the markdown
__lowdown
# sometimes we don't want to go back, most of the time we do
[ -z "$nobacklink" ] && echo "<p><a href="index.html">back</a></p>"
echo '</main>'
include footer.shp

View File

@ -43,5 +43,3 @@ but again, I find myself drawn towards the early works
I'm not talking about all-time classics like [this place will grow ep](https://www.youtube.com/playlist?list=PLDPdqi0iT5A586LvF-flIXgzEG31pN6FG), which is probably my favorite release ever. I'm talking really early, such as, as mentioned before, all of life's mysteries. the level of sound design pales in comparison to modern albums. that's not to say there aren't hints of experimentation there--the chop patterns are pretty damn good; sound design and pattern composing seep out in tiny bits in tracks like [worth more than 40 seconds](https://www.youtube.com/watch?v=Px0S_axJ8CI&list=PLl85lImy0ZF0-kqBW8YrF49zRkrMD_Ont&index=28), and I think that's what I love about the album
it's the amateurish sound that I enjoy, a sound that I loosely dub "the sound of experimentation". it's the sound of someone trying something, even if it may be jank in retrospect. that's the kind of sound that I like, and it's the same thing that reflects in the other two sections of this post
[back](index.html)

View File

@ -16,5 +16,3 @@ I just never have the energy to discuss that kind of thing. my mouth screams to
it's just tiring. I bite my tongue and hold back on voicing my opinion, because I know that in the end, nobody will change their mind--that's just how it is. I could have a friend group start looking at me weird by me not adequately explaining my very complex thoughts on meaningless, yet complex topics clearly through text, because that is also hard
I'd rather just stay away and not deal with it all. whatever
[back](index.html)

View File

@ -34,5 +34,3 @@ and maybe one day can that form truly be me
or any other form, really
i'm not picky
[back](index.html)

View File

@ -17,5 +17,3 @@ but I won't be hosting my own projects there any more, opting to rather develop
if you don't have a unix.dog account, you can email patches or issues to my unix.dog email, just like the good old days
here's to a broken software supply chain, free from the grasp of any one organization
[back](index.html)

View File

@ -15,5 +15,3 @@ the thoughts and feelings of others I can never truly know myself. I can at leas
there are things that I will never understand
and I wouldn't have it any other way
[back](index.html)

View File

@ -91,5 +91,3 @@ most of yash's -isms is pretty similar to bash. it actually incorperates quite a
all in all, [for being a mostly one-man project](https://github.com/magicant/yash/commits/trunk), yash is crazy good. it's a posix-compliant shell with sane defaults and a few modern features. there's just a few very minor hitches that dragged on me as time went on. maybe this blog post will be helpful in maturing it just ever so slightly more to make it a truly great shell
if this blog post interests you, then please do check it out. maybe you'll find those minor hitches something that won't drag on you
[back](index.html)

View File

@ -42,5 +42,3 @@ as it stands, I feel as if I am completely done with this. the "library" gives y
the only caveat that I have seen that remains in the final script is the fact that you can't start a `shp` block on the same line as one ends. for the sake of keeping the parsing code simple, I am not changing this. any reasonable person wouldn't do this.
the script is [bundled with my website repo](https://git.unix.dog/yosh/website/src/branch/master/build.sh). it's a shell script. I don't care enough to give it the whole 9 yards with a separate repo and license and etc. be reasonable
[back](index.html)

View File

@ -1,4 +1,5 @@
---
title = credits
nobacklink = 1
---
renard queenston background image by [squeedgemonster](https://www.furaffinity.net/user/squeedgemonster)

View File

@ -1,5 +1,6 @@
---
title = link pools
nobacklink = 1
TB_TITLE = links
---
- [bookmarks](./bookmarks.html) - an unorganized, random collection of links I like and you may like too

View File

@ -1,5 +1,6 @@
---
title = my things
nobacklink = 1
---
here's just a collection of things that I have made and/or do that I feel is cool enough to post here

View File

@ -1,5 +1,6 @@
---
title = random information
nobacklink = 1
TITLE = documentation and information
TB_TITLE = information window
TB_COLOR = lblue

View File

@ -1,5 +1,6 @@
---
title = void linux - installation
nobacklink = 1
TB_TITLE = void linux | installation
SIDEBARS = top bot-void
---

View File

@ -1,5 +1,6 @@
---
title = void linux - setup
nobacklink = 1
TB_TITLE = void linux | setup
SIDEBARS = top bot-void
---