File-based Blogging Using Markdown and ASP.NET MVC 3(www.arroyocode.com)

submitted by ArroyocodeArroyocode(101) 3 months, 10 days ago

A file-based blog alternative using text files, Markdown and ASP.NET MVC 3. Write your blog post with Markdown syntax in a text file from your iPad, mobile device or workstation, send to web host and make available without the admin interface, database, etc. A simple solution for PAAS environments.

2 comments |category: |Views: 185

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by dpetersondpeterson(4397) 3 months, 10 days ago 0

Nice solution. How expensive is the markdown to html conversion?

Reply

posted by ArroyocodeArroyocode(101) replied to dpetersondpeterson(4397), 3 months, 9 days ago 0

Not expensive at all. Simply reading in Markdown text syntax. In this case, a simple Html.Helper takes care of everything as needed. My current site uses a modified form of this within AppHarbor's PAAS environment. Works great.

Reply

information Login or create an account to comment on this story