Ask HN: A blog with heavy JavaScript to view – how?

purple-leafy1 pts0 comments

Most blogs are static site generated markdown just thrown onto the web, great for humans and great for crawlersMy question is, if I want to make a blog (for a browser game/engine I’m building) that also doubles as a live showcase, what’s the best way to do so while still respecting crawlers and humans? I don’t want SEO impacted etcI was originally thinking of using my engine rendering to write the actual blog text… but I think that’s an accessibility nightmareBut I still want to showcase engine features with live interactive examples.I was thinking a solution would be to use iframes? Then I can embed the iframes in the blog and have the blog driven by markdown etc.What does hackernews think?

blog want engine markdown great humans

Related Articles