My personal digital garden built with Quartz v4, automatically synced from my Obsidian vault.
This repository features an automated deployment pipeline that:
- ✅ Syncs posts and attachments from my Obsidian vault
- ✅ Processes Obsidian image links to proper markdown format
- ✅ Builds the site using Quartz
- ✅ Automatically deploys to GitHub Pages
Run the deployment script to sync your Obsidian content and deploy:
./deploy.shThis will:
- Copy posts from your Obsidian vault to
content/Posts - Copy attachments to
content/attachments - Process image links in markdown files
- Build the Quartz site
- Commit and push changes
- Trigger GitHub Pages deployment
Visit the live site at: https://dev-pradeep-ns.github.io/second-brain/
Update the .env file with your Obsidian vault paths:
OBSIDIAN_POSTS_PATH=/path/to/your/obsidian/posts
OBSIDIAN_ATTACHMENTS_PATH=/path/to/your/obsidian/attachments
REPO_URL=git@github.com-Personal:Dev-Pradeep-NS/second-brain.git- Quartz v4 - Static site generator
- GitHub Pages - Hosting
- Obsidian - Note-taking