Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to build a blog with html only?

I want to build a blog with only HTML, meaning that no database, no PHP, just plain HTML. Is it possible to do that?

It may be weird, but I just want to build a very simple blog that just require 2 functions:

  • create new post
  • comment

It will be hosted in Azure Blob, so no PHP, no database.

Thanks.

like image 927
Kai Feng Chew Avatar asked Feb 06 '12 06:02

Kai Feng Chew


1 Answers

Of course. People did it in 1996 all the time.

Create new post:

  • Open blog.html in notepad.
  • Code new blog post above the latest
  • Save blog.html, upload.

Comment:

  • "Woah, this blog is epic."
like image 91
AlienWebguy Avatar answered Sep 24 '22 20:09

AlienWebguy