Hi all,<div><br></div><div>Yesterday I converted the blog to a new format.  It now uses ReST, the same format as sphinx.<br></div><div><br></div><div>The blog can be a very effective means of reaching out to the community to share new information.  At a bootcamp I ran a few weeks ago, many experienced users of yt were seeing PlotWindow for the very first time.  We're doing some really cool stuff that nobody really knows about, because our communication channels are either transient (email), sparse (release announcements) or overwhelming (docs.)  A blog is a good middle ground, but our existing blog on Posterous was awful: no one knew how to format code, every post looked different, had to manually approve stuff, blah blah.</div>

<div><br></div><div>So the new format uses ReST, and is super easy.</div><div><br></div><div>Fork here:</div><div><br></div><div><a href="https://bitbucket.org/yt_analysis/blog/fork">https://bitbucket.org/yt_analysis/blog/fork</a><br>

</div><div><br></div><div>And add a new .rst file under content/post/ .  You should set an "author" and you can see how this is done elsewhere.</div><div><br></div><div>Then issue a pull request, and bam, as soon as that PR is accepted, it gets rebuilt and posted at <a href="http://blog.yt-project.org/">http://blog.yt-project.org/</a> .</div>

<div><br></div><div>I've also written a converter using IPython's nbconvert that will convert to the format needed for this particular blogging engine.  So you can use a notebook to show some code, intersperse text and images, and then just run the blohg_converter.py script on it, and it will add a new post.  This part needs a bit of cleanup on my part, but it's somewhat documented already.</div>

<div><br></div><div>Anyway, please -- if you do something cool, or write a new feature, add a post on the blog!  I looked at feedburner today and we have 21 subscribers.  I don't know how this is calculated, but yowza.</div>

<div><br></div><div>-Matt</div><div><br></div><div>--</div><div><br></div><div>Technical details about the new blog:</div><div><br></div><div>blohg for maintaining it (<a href="http://blohg.org" target="_blank">blohg.org</a>)</div>

<div>bitbucket for storing the repository</div>
<div>shiningpanda for building</div><div>s3 for hosting</div><div>IPython's nbconvert as engine to drive conversion of .ipynb => blohg ReST</div><div><br></div>