HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cookedcode

no profile record

comments

cookedcode
·anno scorso·discuss
What? No... static web pages can have JavaScript, but everybody gets the same page over the wire. Dynamic web pages have some sort of program generating the resulting page for you, like PHP or Ruby; they can return different HTML for the same URL. That's dynamic. It has nothing to do with if you're the client or the server.
cookedcode
·anno scorso·discuss
"Of course it's raw HTML, if you ignore all the other stuff."
cookedcode
·anno scorso·discuss
Lots of things suck when you're 12. Speak for yourself, though, HTML really isn't that difficult.
cookedcode
·anno scorso·discuss
You are not obligated to update Hugo if your version works for you.
cookedcode
·anno scorso·discuss
I promise you, HTML is not a hassle... It's markup. You describe the page, and then... you're done. And if you don't use weird, niche tags, it'll work basically forever.
cookedcode
·anno scorso·discuss
Apparently "raw HTML" now means "just enough HTML to load a Markdown renderer into a JavaScript virtual machine". Amazing.
cookedcode
·anno scorso·discuss
Lmao no you don't, you use a little HTML to load JavaScript to render Markdown.

Here's how you write a blog with raw HTML:

1. Write some HTML to a file. (No loading third-party JavaScript.)

2. Host that file.

That's it, that's the whole thing.