d64622710ef8

.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 04 Feb 2012 01:32:11 -0500
parents cafc6c1cfb95
children c908ad6d0972
branches/tags (none)
files content/projects/badwolf.html

Changes

--- /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 %}