nib 0.0.10

A yet another static site generator
Documentation
1
2
3
4
5
6
7
8
9
<header>
  <h1 class="article-title">{{article.title}}</h1>
  <span class="date">{{article.date}}</span>
</header>
<div class="content">
  {{article.content}}
</div>
<footer>
</footer>