From 37be79e0b5579cda700a7af0c9359b144c0c0648 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 14 Jul 2020 18:01:24 +0200 Subject: [PATCH] content: add initial skeleton --- content/about.md | 7 +++++++ content/archives.md | 5 +++++ content/posts/_index.md | 4 ++++ 3 files changed, 16 insertions(+) create mode 100644 content/about.md create mode 100644 content/archives.md create mode 100644 content/posts/_index.md diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..d095353 --- /dev/null +++ b/content/about.md @@ -0,0 +1,7 @@ +--- +title: "About" +description: "About me" +date: 2020-07-14 +--- + +I'm a CS student at EPITA. diff --git a/content/archives.md b/content/archives.md new file mode 100644 index 0000000..eaf518f --- /dev/null +++ b/content/archives.md @@ -0,0 +1,5 @@ +--- +date: 2020-07-14 +type: section +layout: "archives" +--- diff --git a/content/posts/_index.md b/content/posts/_index.md new file mode 100644 index 0000000..c143cf0 --- /dev/null +++ b/content/posts/_index.md @@ -0,0 +1,4 @@ +--- +aliases: ["articles","blog"] +title: "Blog posts" +---