←back to thread

602 points todsacerdoti | 4 comments | | HN request time: 0.92s | source
1. vanderZwan ◴[] No.42196783[source]
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.
replies(1): >>42200229 #
2. FrostKiwi ◴[] No.42200229[source]
Ohh right! I'm sure the must be an Eleventy setting for that...
replies(1): >>42202639 #
3. vanderZwan ◴[] No.42202639[source]
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

replies(1): >>42325225 #
4. FrostKiwi ◴[] No.42325225{3}[source]
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...