forked from kamat/blog
406 B
406 B
published_date, layout, is_draft
| published_date | layout | is_draft |
|---|---|---|
| 2023-10-08 12:49:19.577143497 +0000 | default.liquid | false |
Welcome to kamat's Website
ようこそ。このサイトは鎌滝憂也の個人サイトです。
cobaltというRust製のSSGを使用して作成しています。
Blog entries
{% for post in collections.posts.pages %}
{{post.title}}
[{{ post.title }}]({{ post.permalink }}) {% endfor %}