Comment by vanderZwan
7 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.
Ohh right! I'm sure the must be an Eleventy setting for that...
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
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...