This is the repository which contains all the notes and code to create my digital garden, available at wesleyfinck.org.
To set this up, I followed the guide at Setting up your own digital garden with Jekyll and forked the template directory available here: https://github.com/maximevaillancourt/digital-garden-jekyll-template
- create a subdirectory inside your obsidian vault (I call mine
digital-garden
) - move any notes you want to publish inside that vault
- copy
file_sync_template.sh
into a new filefile_sync.sh
- replace
SRC
andDEST
infile_sync.sh
with the path to you obsidian subdirectory and the path to_notes/
in this directory - run
./file_sync.sh
whenener new notes are in your obsidian subdirectory, and then commit and push to your github repo
Source code is available under the MIT license.