Improve look of the index page

This commit is contained in:
Maxime Vaillancourt 2020-07-21 22:08:56 -04:00
parent 89012c8443
commit 56664b05ea
2 changed files with 10 additions and 6 deletions

View File

@ -5,7 +5,7 @@ image: /assets/image.jpg
### Welcome! ### Welcome!
This is your first note. You'll find it in the `notes/` directory. This is your first note. You'll find it in the [`notes/`](https://github.com/maximevaillancourt/digital-garden-jekyll-template/tree/master/_notes) directory.
### Link syntax ### Link syntax

View File

@ -7,12 +7,16 @@ permalink: /
# Welcome! 🌱 # Welcome! 🌱
This is your digital garden. Here's [[Your first seed]] to get started on your exploration. <p style="padding: 3em 1em; background: #f5f7ff; border-radius: 4px;">
Take a look at <span style="font-weight: bold">[[Your first seed]]</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). 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 guide I wrote, explaining step-by-step how to set this up from scratch: [**Setting up your own digital garden with Jekyll**](https://maximevaillancourt.com/blog/setting-up-your-own-digital-garden-with-jekyll) 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 you need any help, my [Twitter DMs](https://twitter.com/vaillancourtmax) are open. Say hi! 👋 <style>
.wrapper {
max-width: 46em;
}
</style>