modified code block cd my-writing
git init
git add . && git commit -m "initial"
...
modified paragraph your content blocks will resolve and render at sublimated.co...
M /docs/undefined +0 -0
56 unmodified lines57```bash58cd my-writing59git init60git add . && git commit -m "initial"61git remote add origin https://sublimated.com/anton/writing.git61git remote add origin https://sublimated.com/{your-space}/writing.git62git push -u origin main63```64
65your content blocks will resolve and render at `sublimated.com/anton/writing`. see [git](../git/) for more on cloning and pushing.65your content blocks will resolve and render at `sublimated.com/{your-space}/writing`. see [git](../git/) for more on cloning and pushing.66
67## what's different68
69- file paths in content blocks resolve from the space root1 unmodified line