0

Regarding blog engines, are there any blog engines that meet all of the following criteria?

  1. exists in the asp.net ecosystem
  2. flat file
  3. option to edit files as raw html (not markdown)
  4. actively maintained project

I have come across AtomSite and DasBlog, but these projects do not seem particularly active.

mg1075
  • 17,985
  • 8
  • 59
  • 100

1 Answers1

1

The number of options in ASP.NET seems limited, and the closest option I have come across so far is BlogEngine.NET.

Update 4/16/2014
MiniBlog could be the way to go. (Hanselman writes about it here.)

mg1075
  • 17,985
  • 8
  • 59
  • 100