MarkdownBlog is a blog engine that uses Markdown syntax for content files. You can see a demo of its usage here.
- Deploy a project to your host provider
- Put all your content to
./posts
folder
All your custom files should be created in ./posts
folder.
Create config
file with content:
title: *Your blog title*
Just create a file yyyymmdd-Blog post name.md
. yyyymmdd
here is a date of your post.
Static pages are pages that are not listed in "All posts". To create one, create a file YourPageName.md
. You can access this page in your blog by http://example.com/YourPageName
.
Note: You should create at least one static page - About
.
- .NET 4.0 (works on Mono/Linux too)
- ASP.NET MVC 4
- Markdown