e6a7e02 ←b81d72dantonApr 5, 2026 api

edit ia-writer.md via macOS

M /docs/undefined +0 -0
✎ 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 lines
57```bash
58cd my-writing
59git init
60git add . && git commit -m "initial"
61git remote add origin https://sublimated.com/anton/writing.git
61git remote add origin https://sublimated.com/{your-space}/writing.git
62git push -u origin main
63```
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 different
68
69- file paths in content blocks resolve from the space root
1 unmodified line