Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finding a blog site with good code block support

Tags:

hosting

blogs

This has probably been asked before but I can't find any relevant post using the search system.

I'm looking for a site where I could host my own blog. Unfortunately, I found none that have the kind of code block friendliness found on our very own stackoverflow (not one where you have to manually convert < and > into &lt; and &gt;).

If the answer is "there is none, duh!", and I am condemned to install my own blog software, then which one should I use for a "coder blog" -- knowing that I'd like it to be ultra-simple to set up.

Thanks.

like image 580
Julian Aubourg Avatar asked Mar 23 '09 00:03

Julian Aubourg


People also ask

What platform do most bloggers use?

WordPress is the world's most popular blogging platform with more than 60+ million users. It's free, open source, incredibly flexible, and you get complete design freedom.

What is the 5 example of blogging platform?

Editor's Note: There are loads of options out there (Wix.com, Tumblr, Weebly, Joomla, Blogspot, Typepad, Ghost, and Squarespace are other popular blogging platforms), but we're focusing on our favorite five.

Is ghost better than WordPress?

Both WordPress and Ghost have a point and click editor, customizable templates and layouts, and a similar page and post editor. The Ghost platform is easier to use, but fewer customization options are available. It's mostly a pure content publishing platform.


2 Answers

I use a combination of BlogEngine.NET, Windows Live Writer and a WLW extension to format/place the code block in my blog.

Scott Hanselman has a blog post about this topic here.

There is a pretty sweet client-side (jQuery-based) code formatter here that you also might want to check out, that sounds blog-software agnostic.

like image 52
Nicholas Head Avatar answered Nov 12 '22 12:11

Nicholas Head


I use appengine and bloog mostly because of this feature (and because I can extend it anyway I want). The good thing is it's relatively easy to set up and free. If your blog makes enough traffic to go over the limit for free accounts chances are you can get your money back from it.

like image 42
Vasil Avatar answered Nov 12 '22 13:11

Vasil