Skip to content
/ notenote.link Public template
forked from raghudotcc/simply-jekyll

A Jekyll digital garden template, optimized for integration with Obsidian. It aims to enhance discoverability and help you build a personal knowledge base that can scale with time.

License

Notifications You must be signed in to change notification settings

Maxence-L/notenote.link

Repository files navigation

Arborio v1.0.0

What is this ?

A digital garden using a custom version of simply-jekyll. It is more oriented on note-taking and aims to help you build a nice knowledge base that can scale with time.

screenshot

What is different ?

  • It is translated in french, I indeed take my notes in my mother tongue. Check arborio.netlify.com if you want to translate it to your own langage.

  • I got rid of the _posts/, which I wasn't using and replaced them with _notes. Please write your essays in _notes/.

  • Some cosmetic changes have been made for better readability. Wider page, larger font.

  • There are no comments anymore

How do I use this ?

Go to arborio.netlify.com and follow the very nice guide written by raghuveerdotnet which I adapted for this fork.

Check https://simply-jekyll.netlify.app/posts/how-to-use-simply-jekyll-features-on-your-website for more advanced features.

How do I customize this for my needs ?

Things to modify to make it yours (you can search it in github/'this repository`) :

  • Meta content in _layouts/post.html:
    <meta content="Un jardin digital" property="og:description">
    <meta content="{{ site.url }}/about/" property="article:author">
  • The favicon and profile are here: assets/img/

  • The main stuff is in \_config.yml :

title: arborio.netlify.com
name: Arborio
user_description: Un jardin digital
notes_url: "https://arborio.netlify.com/"
profile_pic: /assets/img/profile.png
favicon: /assets/img/favicon.png
copyright_name: MIT
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://arborio.netlify.com/" # the base hostname & protocol for your site, e.g. http://example.com
encoding: utf-8
  • There's some lorem ipsum in \aboud.md to replace

  • You may want to change the copyright in _includes/footer.html:

<p id="copyright-notice">Licence MIT</p>

What's coming ?

I'll try to add a way to change internal link's rendered text. For instance : [[link to note|text that you see]].

About

A Jekyll digital garden template, optimized for integration with Obsidian. It aims to enhance discoverability and help you build a personal knowledge base that can scale with time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.5%
  • CSS 38.2%
  • JavaScript 13.8%
  • Ruby 1.5%