| id | title | desc | updated | created |
|---|---|---|---|---|
s0o4y7x0hii013s5odjdobs |
Textpress |
1745186728475 |
1745186544833 |
Plain Text Publishing
npx textpress signup
Username: ...
Password: ****
Please verify your email to start using textpress
## Usage
```sh
# run inside git repo to link it to textpress
# this sets up github action to automatically publish on push
tp init
# view the file locally
tp preview <myfile>
tp preview <myfile> --watch
# publish file
tp publish <path-to-file>
# publish all files in the current directory
tp sync- published site lives in
https://textpress.io/{username}/{publish-title}-{id} - respects same frontmatter as
jekyll(eg. to set page as draft, adddraft: truein frontmatter to not publish it publically)