Deployed cayman theme

This commit is contained in:
tom5079
2019-05-12 00:46:52 +09:00
parent 92045ec23f
commit 9b138cd0c4
15 changed files with 811 additions and 46 deletions

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
---
layout: default
title: {{ site.name }}
---
<div id="home">
<h1>Blog Posts</h1>
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> &raquo; <a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>