content: add initial skeleton
This commit is contained in:
parent
2b76a047cc
commit
37be79e0b5
7
content/about.md
Normal file
7
content/about.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "About"
|
||||||
|
description: "About me"
|
||||||
|
date: 2020-07-14
|
||||||
|
---
|
||||||
|
|
||||||
|
I'm a CS student at EPITA.
|
5
content/archives.md
Normal file
5
content/archives.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
date: 2020-07-14
|
||||||
|
type: section
|
||||||
|
layout: "archives"
|
||||||
|
---
|
4
content/posts/_index.md
Normal file
4
content/posts/_index.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
aliases: ["articles","blog"]
|
||||||
|
title: "Blog posts"
|
||||||
|
---
|
Loading…
Reference in a new issue