Hacker News new | ask | show | jobs
by MasterXen 4090 days ago
https://ninjadoge24.github.io/posts/002-how-i-cracked-nq-vau...
1 comments

Or slightly nicer to read: https://github.com/ninjadoge24/ninjadoge24.github.io/blob/ma...

I have no idea why the blog is fetching a Markdown file via JavaScript from GitHub and then using JavaScript to render it... but at least you get the nice "doge" if you don't have JavaScript enabled.

> I have no idea why the blog is fetching a Markdown file via JavaScript from GitHub and then using JavaScript to render it...

I can guess: Make pushing changes out to the blog one step (upload fixed Markdown) instead of two (compile Markdown to HTML, push fixed HTML).

It's not the smartest thing in the world to do, but it's comprehensible.