Jason <jawo...@berkeley.edu> writes:

> I'm in the same boat: I just set up my first blog yesterday so I could
> post some gotchas i've found and experiments i've done with clojure.
> I went the route David suggests: dreamhost.com has a special now, $10
> for a domain and 6 months free hosting, and they have a one-click
> wordpress install.  I'm not sure how best to post code, but for now
> simple <pre> seems to work OK.

I host my blog on Dreamhost, and it works great for static files, though
if you're looking to host actual clojure apps DH won't cut it.

I have a one-click wordpress install for my family blog, and a
statically-generated HTML blog for my code stuff. Posting code is
notoriously easy to screw up with many blogging platforms, so I've found
the most reliable way is to just export HTML straight from your editor,
and just rely on its syntax highlighting.

htmlize.el works like a dream: http://www.emacswiki.org/emacs/Htmlize

If you're going to blog about code, you definitely want it highlighted;
monochrome code is really hard to read. My brain basically just shuts
off when it sees it; I've gotten too used to the help that an editor
provides.

-Phil

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to