23 lines
668 B
Markdown
23 lines
668 B
Markdown
|
---
|
||
|
layout: page
|
||
|
title: Home
|
||
|
id: home
|
||
|
permalink: /
|
||
|
---
|
||
|
|
||
|
# Welcome! 🌱
|
||
|
|
||
|
<p style="padding: 3em 1em; background: #f5f7ff; border-radius: 4px;">
|
||
|
Take a look at <span style="font-weight: bold">[[Your first note]]</span> to get started on your exploration.
|
||
|
</p>
|
||
|
|
||
|
This digital garden template is free, open-source, and [available on GitHub here](https://github.com/maximevaillancourt/digital-garden-jekyll-template).
|
||
|
|
||
|
The easiest way to get started is to read this [step-by-step guide explaining how to set this up from scratch](https://maximevaillancourt.com/blog/setting-up-your-own-digital-garden-with-jekyll).
|
||
|
|
||
|
<style>
|
||
|
.wrapper {
|
||
|
max-width: 46em;
|
||
|
}
|
||
|
</style>
|