Merge branch 'master' of github.com:DearDesi/deardesi
This commit is contained in:
commit
e0b6b4a396
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -8,7 +8,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
|
||||||
<title>Dear Desi - Static Blog Generator</title>
|
<title>Dear Desi - Static Blog Generator</title>
|
||||||
<meta name="description" content="Desirae is a static blog generator that is built for the browser and also works in node.js">
|
<meta name="description" content="Desi is a static blog generator that is built for the browser and also works in node.js">
|
||||||
|
|
||||||
<!-- Style -->
|
<!-- Style -->
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
<div style="margin-bottom: 0; border-top-width: 0;" class="navbar navbar-default">
|
<div style="margin-bottom: 0; border-top-width: 0;" class="navbar navbar-default">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
<div style="padding-top: 9px; padding-left: 9px; padding-bottom: 9px;" class="pull-left"><img ng-src="http://dropsha.re/files/VY15+v8/desirae-parker-crop.jpg" style="border: 1px solid grey; height: 54px; width: 54px;" class="navbar-logo"/></div><a href="#/" style="padding-top: 23px; padding-left: 25px;" class="navbar-brand">Desirae</a>
|
<div style="padding-top: 9px; padding-left: 9px; padding-bottom: 9px;" class="pull-left"><img ng-src="http://dropsha.re/files/VY15+v8/desirae-parker-crop.jpg" style="border: 1px solid grey; height: 54px; width: 54px;" class="navbar-logo"/></div><a href="#/" style="padding-top: 23px; padding-left: 25px;" class="navbar-brand">Desi</a>
|
||||||
|
|
||||||
<div style="padding-top: 9px;">
|
<div style="padding-top: 9px;">
|
||||||
<button type="button" ng-init="navCollapsed = true" ng-click="navCollapsed = !navCollapsed" class="navbar-toggle"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
|
<button type="button" ng-init="navCollapsed = true" ng-click="navCollapsed = !navCollapsed" class="navbar-toggle"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
|
||||||
|
|
|
@ -19,18 +19,21 @@
|
||||||
<br/>
|
<br/>
|
||||||
<!--iframe width="560" height="315" src="//www.youtube.com/embed/YZzhIIJmlE0" frameborder="0" allowfullscreen></iframe-->
|
<!--iframe width="560" height="315" src="//www.youtube.com/embed/YZzhIIJmlE0" frameborder="0" allowfullscreen></iframe-->
|
||||||
<pre>
|
<pre>
|
||||||
<code>
|
<code>curl -fsSL bit.ly/easy-install-iojs | bash
|
||||||
|
|
||||||
npm install -g desi
|
npm install -g desi
|
||||||
|
|
||||||
git clone https://github.com/DearDesi/desirae-blog-template.git blog
|
git clone \
|
||||||
|
https://github.com/DearDesi/desirae-blog-template.git \
|
||||||
|
blog
|
||||||
|
|
||||||
pushd blog
|
pushd blog
|
||||||
|
|
||||||
git submodule add https://github.com/DearDesi/ruhoh-twitter.git \
|
git submodule add \
|
||||||
|
https://github.com/DearDesi/ruhoh-twitter.git \
|
||||||
themes/ruhoh-twitter
|
themes/ruhoh-twitter
|
||||||
|
|
||||||
desi serve
|
desi serve</code>
|
||||||
</code>
|
|
||||||
</pre>
|
</pre>
|
||||||
<br/>
|
<br/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue