# 1. Write content
vim my-blog/new-post.md
# 2. Preview locally with hot reload
vyasa my-blog
# 3. Build static site when ready
vyasa build my-blog -o site
# 4. Deploy
cd site
python -m http.server 8000 # Test locally
# Then deploy to your hosting provider