diff --git a/index.md b/index.md index 7616ca7..85d91d2 100644 --- a/index.md +++ b/index.md @@ -7,6 +7,8 @@ is_draft: false ようこそ。このサイトは鎌滝憂也の個人サイトです。 +cobaltというRust製のSSGを使用して作成しています。 + ## Blog entries {% for post in collections.posts.pages %} diff --git a/pages/about.md b/pages/about.md index e69de29..9bf3d0e 100644 --- a/pages/about.md +++ b/pages/about.md @@ -0,0 +1,13 @@ +--- +title: このサイトについて +layout: default.liquid +is_draft: true +--- + +## このサイトは何? + +このサイトは、鎌滝憂也の個人サイトです。 + +## 使用技術 + + diff --git a/posts/untitled.md b/posts/untitled.md new file mode 100644 index 0000000..bded2a4 --- /dev/null +++ b/posts/untitled.md @@ -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!