Work in progress
Part 6: Content Workflow
Daily Writing Process
-
Write in Obsidian (or preferred editor)
-
Use proper frontmatter for new posts
-
Commit when ready:
git add .git commit -m "New post: Your Post Title"git push
-
Cloudflare automatically rebuilds (2-5 minutes)
Multi-Device Setup
If using OneDrive sync:
- Install Node.js on all devices where you want to publish
- Clone repository to synced folder on each device
- Can write on any device, commit from any device