move the readme.md content to hugo site

This commit is contained in:
Mahmoud Zalt
2017-02-22 14:59:06 -05:00
parent b995b3692e
commit f91ffcfd20
296 changed files with 9272 additions and 40363 deletions

View File

@ -0,0 +1,4 @@
<div class="admonition note">
<p class="admonition-title">{{ .Get "title" }}</p>
<p>{{ printf "%s" .Inner | markdownify }}</p>
</div>

View File

@ -0,0 +1,4 @@
<div class="admonition warning">
<p class="admonition-title">{{ .Get "title" }}</p>
<p>{{ printf "%s" .Inner | markdownify }}</p>
</div>