25 lines
905 B
Markdown
25 lines
905 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). If you need any help, my [DMs are open on Twitter (@vaillancourtmax)](https://twitter.com/vaillancourtmax). Say hi! 👋
|
|
|
|
If this template helps you in any way, [consider buying me a coffee](https://ko-fi.com/maximevaillancourt)! ☕️
|
|
|
|
<style>
|
|
.wrapper {
|
|
max-width: 46em;
|
|
}
|
|
</style>
|