deardesi.js/views/about/about.html

59 lines
1.9 KiB
HTML
Raw Normal View History

2015-01-13 10:18:13 +00:00
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="page-header">
2015-01-16 04:56:14 +00:00
<h1>Welcome to Desi! <small ng-bind="'(v%VERSION%)' | interpolate"></small></h1>
2015-01-13 10:18:13 +00:00
</div>
<div class="jumbotron">
<div class="row">
<div class="col-lg-7">
<p>Setup your new blog in just 5 minutes.</p>
</div>
<div class="col-lg-5">
</div>
</div>
<div class="row">
<div class="col-lg-7">
<br/>
2015-01-16 00:17:23 +00:00
<!--iframe width="560" height="315" src="//www.youtube.com/embed/YZzhIIJmlE0" frameborder="0" allowfullscreen></iframe-->
2015-01-16 04:56:14 +00:00
<pre>
2015-01-22 01:13:47 +00:00
<code>curl -fsSL bit.ly/install-deardesi | bash
2015-01-16 06:54:20 +00:00
2015-01-22 01:13:47 +00:00
desi init -d ~/my-blog
2015-01-16 04:56:14 +00:00
2015-01-22 01:13:47 +00:00
open ~/my-blog
2015-01-16 04:56:14 +00:00
2015-01-22 01:13:47 +00:00
desi serve -d ~/my-blog</code>
2015-01-16 04:56:14 +00:00
</pre>
2015-01-13 10:18:13 +00:00
<br/>
2015-01-22 01:13:47 +00:00
<p>The open <a href="http://local.dear.desi:65080">http://local.dear.desi:65080</a></p> in your browser.
2015-01-13 10:18:13 +00:00
</div>
<div class="col-lg-5">
2015-01-16 04:56:14 +00:00
<h2>Why Desi?</h2>
2015-01-13 10:18:13 +00:00
<br/>
<ul>
2015-01-16 04:56:14 +00:00
<li>Built in JavaScript
2015-01-13 10:18:13 +00:00
<ul>
<li>Write content in Markdown, Jade, or HTML</li>
<li>Mustache Templates</li>
2015-01-16 04:56:14 +00:00
<li>Use <a href="http://ruhoh.com">ruhoh</a> themes (or roll your own)</li>
2015-01-13 10:18:13 +00:00
</ul>
</li>
2015-01-16 04:56:14 +00:00
<li>Build your blog right in your browser</li>
<li>Build headless with io.js (and node.js)</li>
<li>Use Git, Dropbox, or regular Folders for management</li>
2015-01-13 10:18:13 +00:00
<li>Dual Licensed Apache2 and MIT</li>
<li>No Ruby version Hell - it'll still work in 6 months! :-D</li>
</ul>
<h3>What are you waiting for?</h3>
<br/>
2015-01-16 04:56:14 +00:00
<a class="btn btn-primary btn-lg pull-right" href="/#authors">Try it!</a>
2015-01-13 10:18:13 +00:00
</div>
</div>
</div>
</div>
</div>
</div>