d/index.html @ 24c8adcfc74d

d: Update site.
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Jan 2012 20:45:48 -0500
parents ec2e3d84384e
children afcd0648bf7f
<!DOCTYPE html>
<html>
    <head>
        <title>d</title>
        <link rel="stylesheet" href="./_dmedia/bootstrap.css"/>
        <link rel="stylesheet" href="./_dmedia/tango.css"/>
        <link rel="stylesheet/less" type="text/css" href="./_dmedia/style.less">
        <script src="./_dmedia/less.js" type="text/javascript">
        </script>
    </head>
    <body class="index">
        <div class="wrap">
            <header><h1><a href="">d</a></h1></header>
                <div class="markdown">
<p><img style="border: 6px solid #ddd; height: 300px; float: right; padding: 1px; background: #aaa; margin-left: 20px;"
     src="http://i.imgur.com/JFzdX.png" title="Documentation without the hair-tearing." alt="Comic"/></p>
<p>You need to write documentation.  <code>d</code> makes it easy:</p>
<ul>
<li>Put a bunch of Markdown files in a directory.</li>
<li>Run <code>d</code>.</li>
<li>Get on with your life.</li>
</ul>
<p>No fiddling around with configuration files, themes, version numbers,
obtuse markup, or multiple output formats.</p>
<p>Make some Markdown files.  Run <code>d</code>.  Move on.</p>
<p><code>d</code> is open source on <a href="http://bitbucket.org/sjl/d">BitBucket</a> and <a href="http://github.com/sjl/d">GitHub</a>.  It's MIT/X11 licensed.</p><h2>Table of Contents</h2><ol class="toc"><li><a href="installation/">Installation</a></li><li><a href="usage/">Usage</a></li><li><a href="customization/">Customization</a></li><li><a href="faqs/">FAQs</a></li></ol>
                </div>
            <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>.  Inspired by <a href="http://stevelosh.com/projects/t/">t</a>.</p>
<script type="text/javascript">
    var _gauges = _gauges || [];
    (function() {
        var t   = document.createElement('script');
        t.type  = 'text/javascript';
        t.async = true;
        t.id    = 'gauges-tracker';
        t.setAttribute('data-site-id', '4f1df6cb844d521f7b000003');
        t.src = '//secure.gaug.es/track.js';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(t, s);
    })();
</script></footer>
        </div>
    </body>
</html>