Search
Obsidian Publishing Workflow using Gatsby
Last updated
Jun 23, 2022
- Obsidian
- Gatsby SSG digital garden theme by Mathieu Dutour
obsidian-export
tool by Nick Groenen- Github Actions
- Netlify
# How it works
- I use Obsidian to write notes, which automatically get pushed to my remote private Github repository through
Obsidian Git
plugin. - I have defined a Github Action script that gets triggered whenever a commit is pushed which executes the following steps:
- Clones the latest version of
obsidian-digital-garden
theme. - Installs the latest version of modified
obsidian-export
tool and pre-processes the notes. - Push the theme and pre-processed notes to
gh-pages
branch which triggers a Netlify build and deploy function.