Files
blog/index.md
KAMATAKI Yuya bd1ed4509f Update(index)
2024-01-04 00:57:41 +09:00

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 %}