FunnelWeb is an open source blog engine, built by developers for developers. Instead of fancy quotes and oodles of widgets, we focus on letting you post beautiful code samples, keeping your markup clean and valid, and encouraging collaboration with rich comments. FunnelWeb is easy to install, and has an active community.
Markdown
FunnelWeb is built on top of Markdown which is a HTML abstraction layer allowing you to author your articles in a clean text format which will be transformed to HTML for serving on your site.
For editing we recommend that you use Downmarker which is just like Windows Live Writer but for Markdown.
Installing
Really we recommend that you grab the code from this repository and run the
build.bat
file. This will generate you an output that you can publish onto your server and run through the installer.
Lastly you need to modify the
my.config
file which contains your login information and SQL connection information.
from https://github.com/funnelweblog/FunnelWeb