Initial release

This commit is contained in:
Maxime Vaillancourt
2020-05-19 22:59:37 -04:00
parent 117a1922d8
commit a110142f56
22 changed files with 845 additions and 18 deletions

9
_pages/about.md Normal file
View File

@@ -0,0 +1,9 @@
---
layout: default
title: About
permalink: /about
---
*This is an about page.*
Feel free to tell the world about what you love! 😍

11
_pages/index.md Normal file
View File

@@ -0,0 +1,11 @@
---
layout: default
title: Home
id: home
permalink: /
---
<div>
<h1>Welcome! 🌱</h1>
<p>This is your digital garden. Here's the <a href="/your-first-note">first note</a> to get started on your exploration.</p>
</div>