# HG changeset patch # User Steve Losh # Date 1329077387 18000 # Node ID e4616e4c85ea2e259928f09cf6b0721852497074 # Parent c58f58fecd31514ff5c83fa2e13af0045a3cb292 Moar. diff -r c58f58fecd31 -r e4616e4c85ea content/projects/badwolf.html --- a/content/projects/badwolf.html Sat Feb 04 15:55:06 2012 -0500 +++ b/content/projects/badwolf.html Sun Feb 12 15:09:47 2012 -0500 @@ -3,8 +3,8 @@ {% hyde title: "Bad Wolf" snip: "A Vim color scheme." - created: 2012-02-03 20:00:01 - exclude: True + created: 2012-02-12 15:06:01 + exclude: False %} {% block article %} @@ -22,4 +22,36 @@ [hg]: http://bitbucket.org/sjl/badwolf/ [git]: http://github.com/sjl/badwolf/ +Screenshots +----------- + +These screenshots may be out of date, but they'll at least give you a taste of +what you're in for. + + +### Python + +
+ screenshot +
+ +### HTML (Django Templates) + +
+ screenshot +
+ +### Clojure + +
+ screenshot +
+ +### Markdown + +
+ screenshot +
+ + {% endblock %} diff -r c58f58fecd31 -r e4616e4c85ea content/projects/clojure-postmark.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/projects/clojure-postmark.html Sun Feb 12 15:09:47 2012 -0500 @@ -0,0 +1,23 @@ + {% extends "_post.html" %} + + {% hyde + title: "clojure-postmark" + snip: "Use Postmark from Clojure." + created: 2011-10-10 00:00:03 + exclude: False + %} + + {% block article %} + +[clojure-postmark][] lets you talk to [Postmark][] from [Clojure][]. + +It's open source (MIT/X11 licensed) on [BitBucket][] and [GitHub][]. + +[clojure-postmark]: http://sjl.bitbucket.org/clojure-postmark/ +[Postmark]: http://postmarkapp.com/ +[Clojure]: http://clojure.org/ +[BitBucket]: http://bitbucket.org/sjl/d/ +[GitHub]: http://github.com/sjl/d/ + + {% endblock %} + diff -r c58f58fecd31 -r e4616e4c85ea media/css/sjl.less --- a/media/css/sjl.less Sat Feb 04 15:55:06 2012 -0500 +++ b/media/css/sjl.less Sun Feb 12 15:09:47 2012 -0500 @@ -151,6 +151,7 @@ } .rochester-made { img { + opacity: 0.7; padding: 5px 20px; } } @@ -315,6 +316,11 @@ font-weight: normal; left: 60px; } +div.screenshots { + img { + max-width: 580px; + } +} #scrolling-header { color: #999;