1
0
forked from kamat/blog

Update(index)

This commit is contained in:
KAMATAKI Yuya
2024-01-04 00:57:41 +09:00
parent 1afda00252
commit bd1ed4509f
3 changed files with 23 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ is_draft: false
ようこそ。このサイトは鎌滝憂也の個人サイトです。 ようこそ。このサイトは鎌滝憂也の個人サイトです。
cobaltというRust製のSSGを使用して作成しています。
## Blog entries ## Blog entries
{% for post in collections.posts.pages %} {% for post in collections.posts.pages %}

View File

@@ -0,0 +1,13 @@
---
title: このサイトについて
layout: default.liquid
is_draft: true
---
## このサイトは何?
このサイトは、鎌滝憂也の個人サイトです。
## 使用技術

8
posts/untitled.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: Untitled
layout: default.liquid
is_draft: true
---
# This is our first Post!
Welcome to the first post ever on cobalt.rs!