Boris Mann

Open Source. Community. Decentralized Web. Building dev tools at Fission. Cooks & eats.

Home

Digital Garden Jekyll Template

  • Last Edit:

This site started with this JekyllJekyll
Set env variable PAGES_REPO_NWO to build on [[Netlify]]
Set the environment variable PAGES_REPO_NWO to a repo such as spadebuilders/EIPs if you want to have Jekyll sites build on Netlify.
Posts by Year
{% raw %}
{% for post in site.posts %}
{% capture current_year %}{{ post.date | date: "%Y" }}{% endcapture %}
{% if current_year != previous_year %}
{% unless forloop.first %}
</ul>
{% endunless %}
<h2>{{ current_year }}</h2>
<ul>
...
template, created by Maxime VaillancourtMaxime Vaillancourt
Creator of the [[Digital Garden Jekyll Template]] https://github.com/maximevaillancourt/digital-garden-jekyll-template that runs this site.

https://maximevaillancourt.com/
Twitter @vaillancourtmax
Github https://github.com/maximevaillancourt/

. The ColophonColophon
Historically, a Colophon was ā€œa statement at the end of a book, typically with a printerā€™s emblem, giving information about its authorship and printingā€ (via Google Dictionary).
So, I keep notes on what software and other tools I use, in part as notes to myself.
My [[Blog Colophon]] documents software & changes all the way to 2001.
[[This site was last built: {{ site.time | date: ā€˜%B %e, %Yā€™}}::lmn]]
Current
[[Simply Jekyll]] theme for Jekyll. If you want to run it yourself, Iā€™ve got some...
has more details about how it has evolved.

Below, the contents of the original ā€œYour first seedā€ note, which I deleted along with cats and consistency:


Welcome!

This is your first note. Youā€™ll find it in the notes/ directory.

To link to another note, you can use regular Markdown syntax for links, with a relative link to the other note, like this: this is a link to a note about cats{: .internal-link}. Donā€™t forget to use the .internal-link class to make sure the link is styled as an internal link.

Note: Iā€™m running GitHub flavoured CommonMark here, so you can also just paste in bare links and they will link automatically

Since the Web is all about HTML, you can always use plain HTML if you want, like this: This is the same note about cats as above.

Of course, you can also link to external websites, like this: this is a link to Wikipedia. Again, you can use plain HTML if you prefer.

Additionally, you can use Roam/wiki-style link syntax by wrapping a noteā€™s title in double brackets, like this: ColophonColophon
Historically, a Colophon was ā€œa statement at the end of a book, typically with a printerā€™s emblem, giving information about its authorship and printingā€ (via Google Dictionary).
So, I keep notes on what software and other tools I use, in part as notes to myself.
My [[Blog Colophon]] documents software & changes all the way to 2001.
[[This site was last built: {{ site.time | date: ā€˜%B %e, %Yā€™}}::lmn]]
Current
[[Simply Jekyll]] theme for Jekyll. If you want to run it yourself, Iā€™ve got some...
. If the Roam-style link does not point to a valid noteā€™s title, the double brackets will still be shown, like this: There is no note with this title.

Notice in the ā€œNotes mentioning this noteā€ section that there is another note linking to this note. This is a bi-directional link, and those are automatically created when you create links to other notes.

If youā€™re on a device with mouse support, try hovering your mouse on internal links to preview the notes: ColophonColophon
Historically, a Colophon was ā€œa statement at the end of a book, typically with a printerā€™s emblem, giving information about its authorship and printingā€ (via Google Dictionary).
So, I keep notes on what software and other tools I use, in part as notes to myself.
My [[Blog Colophon]] documents software & changes all the way to 2001.
[[This site was last built: {{ site.time | date: ā€˜%B %e, %Yā€™}}::lmn]]
Current
[[Simply Jekyll]] theme for Jekyll. If you want to run it yourself, Iā€™ve got some...

Images

Finally, you can display images using Markdown syntax, like this:

Next steps

If this template is useful to you in any way, consider donating to support my work.

This digital garden template is free, open-source, and available on GitHub here.

The easiest way to build your own digital garden based on this template is to read this step-by-step guide explaining how to set this up from scratch. If you need any help, my DMs are open on Twitter (@vaillancourtmax). šŸ‘‹

Go forth, have fun, and learn new something every day! āœŒļø