Current section
Files
Jump to
Current section
Files
html/eeb.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="eeb v0.0.1">
<title>eeb intro – eeb v0.0.1</title>
<link rel="stylesheet" type="text/css" href="http://oss.maxcdn.com/semantic-ui/2.1.6/semantic.min.css">
<link rel="stylesheet" type="text/css" href="http://oss.maxcdn.com/highlight.js/9.0.0/styles/github.min.css">
<link rel="stylesheet" type="text/css" href="assets/base.css">
</head>
<body>
<div class="ui text container" style="margin-top: 25px;">
<div class="author-info">
<div class="ui stackable two column grid container">
<div class="column">
<a href="index.html">
<img class="ui avatar image" src="http://upload.jianshu.io/users/upload_avatars/297930/02d576b98e6a.png?imageMogr/thumbnail/90x90/quality/100">
</a>
</div>
<div class="column" style="margin-left: -300px">
<div class="content">
<div class="header" style="margin-bottom: 5px">
<span class="mini ui red basic label">作者</span>
<a class="author-name blue-link" href="index.html">
<span>aborn</span>
</a>
<span class="popup" data-content="最后编辑于 2016-01-12 00:54" data-variation="inverted">2016-01-12 00:54*</span>
</div>
<span>写了99字</span>,<span>被0人访问</span>,<span>获得了0个喜欢</span>
</div>
</div>
</div>
</div>
<h1 class="ui header">eeb intro</h1>
<p>Eeb is elixir extensible static blog generator, github <a href="https://github.com/aborn/eeb">eeb</a>.</p>
<h2>usage</h2>
<p>Install eeb step by step as follows</p>
<ol>
<li>git clone <a href="https://github.com/aborn/eeb.git">https://github.com/aborn/eeb.git</a>
</li>
<li>cd eeb
</li>
<li>mix deps.get
</li>
<li>write blog in post
</li>
<li>mix eeb.blog
</li>
</ol>
<h2>install</h2>
<p>after install elixir-language env, run script:</p>
<pre><code class="shell">git clone https://github.com/aborn/eeb.git
cd eeb
mix deps.get
mix eeb # show eeb help info</code></pre>
<h2>BLOCKQUOTES</h2>
<p>Blockquote test</p>
<blockquote><p>This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,
consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.
Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.</p>
<p>Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
id sem consectetuer libero luctus adipiscing.</p>
</blockquote>
<h2>EMPHASIS</h2>
<p><em>single asterisks</em></p>
<p><em>single underscores</em></p>
<p><strong>double asterisks</strong></p>
<p><strong>double underscores</strong></p>
<footer class="footer">
<p>
<span class="line">
Powered by
<a href="https://github.com/aborn/eeb" title="eeb" rel="help" target="_blank">eeb</a> (v0.0.1).
</span>
</p>
</footer>
</div>
<script src="http://oss.maxcdn.com/jquery/2.1.4/jquery.min.js"></script>
<script src="http://oss.maxcdn.com/semantic-ui/2.1.6/semantic.min.js"></script>
<script src="http://oss.maxcdn.com/highlight.js/9.0.0/highlight.min.js"></script>
<script src="assets/app.js"></script>
</body>
</html>