Remix.run Logo
vanderZwan 3 months ago

One small bit of tecnical feedback for the website itself: it would be nice if the links in the article open in a new tab by default, because reloading the webpage via the back button is a little broken on my mobile browsers. I suspect it has something to do with trying to restore the state of the page while also having WebGL contexts.

FrostKiwi 3 months ago | parent [-]

Ohh right! I'm sure the must be an Eleventy setting for that...

vanderZwan 3 months ago | parent [-]

Hope it's not too much of a hassle.

Also, forgot to mention that I really enjoyed the article, and I'm not even a gamer! You're totally right in that the graphics community is a lovely one to follow on a technical level, even if you don't play games. Articles like yours are part of the reason for that

FrostKiwi 3 months ago | parent [-]

Thanks for the kind words <3

Implemented the opening of links in new tabs. Turns out there was a package for that [1]. Will go to good use in up-coming articles.

[1] https://github.com/crookedneighbor/markdown-it-link-attribut...