initial commit

This commit is contained in:
Mahdi Dibaiee
2015-03-29 10:44:53 +04:30
commit bce428376d
30 changed files with 1427 additions and 0 deletions

14
_layouts/page.html Normal file
View File

@ -0,0 +1,14 @@
---
layout: default
---
<div class="post">
<div class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
</div>
<article class="post-content">
{{ content }}
</article>
</div>