forked from kamat/blog
Update(index)
This commit is contained in:
2
index.md
2
index.md
@@ -7,6 +7,8 @@ is_draft: false
|
||||
|
||||
ようこそ。このサイトは鎌滝憂也の個人サイトです。
|
||||
|
||||
cobaltというRust製のSSGを使用して作成しています。
|
||||
|
||||
## Blog entries
|
||||
|
||||
{% for post in collections.posts.pages %}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: このサイトについて
|
||||
layout: default.liquid
|
||||
is_draft: true
|
||||
---
|
||||
|
||||
## このサイトは何?
|
||||
|
||||
このサイトは、鎌滝憂也の個人サイトです。
|
||||
|
||||
## 使用技術
|
||||
|
||||
|
||||
|
||||
8
posts/untitled.md
Normal file
8
posts/untitled.md
Normal 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!
|
||||
Reference in New Issue
Block a user