Initial commit

This commit is contained in:
Mike JS. Choi
2017-07-24 10:22:05 +09:00
commit 7bae29cb75
39 changed files with 1652 additions and 0 deletions

14
_layouts/content.html Normal file
View File

@ -0,0 +1,14 @@
---
layout: page
---
<article class="c-article">
<header class="c-article__header">
<h1 class="c-article__title">{{ page.title }}</h1>
</header>
<div class="c-article__main">
{{ content }}
</div>
<footer class="c-article__footer">
</footer>
</article>