Blog
An Obsidian note vault that automatically builds and deploys a VitePress blog through GitHub Actions.
I migrated my personal notes from Youdao Cloud Notes to Obsidian, then configured VitePress and GitHub Pages deployment from GitHub Actions to generate a blog site automatically.
When changes are pushed to the master branch, the workflow copies the notes to the gh_action_branch branch, builds the site there, and deploys that branch. Keeping the VitePress files separate prevents Obsidian from slowing down when it opens a large number of files.
- My VS Code extension
- Copy Folder Contents - Visual Studio Marketplace, used to collect source material for AI workflows.
- My Tampermonkey scripts