# HG changeset patch # User Steve Losh # Date 1328337131 18000 # Node ID d64622710ef8ba2f5d5e662be5a4cb1d30af9c11 # Parent cafc6c1cfb9531e21501bb95f31caf73f5365557 . diff -r cafc6c1cfb95 -r d64622710ef8 content/projects/badwolf.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/projects/badwolf.html Sat Feb 04 01:32:11 2012 -0500 @@ -0,0 +1,25 @@ + {% extends "_post.html" %} + + {% hyde + title: "Bad Wolf" + snip: "A Vim color scheme." + created: 2012-02-03 20:00:01 + exclude: True + %} + + {% block article %} + +Bad Wolf is a Vim colorscheme pieced together from various colors I like. + +> I am the Bad Wolf. I create myself. +> I take the words. I scatter them in time and space. +> A message to lead myself here. + +You can [download][] the raw file, or use Pathogen with the [Mercurial +repository][hg] or the [Git repository][git]. + +[download]: +[hg]: http://bitbucket.org/sjl/badwolf/ +[git]: http://github.com/sjl/badwolf/ + + {% endblock %}