aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMarvin Borner2025-02-10 13:09:49 +0100
committerMarvin Borner2025-02-10 13:09:49 +0100
commitcc8fb5190e3a5cb307d85eeb5bb6f72d0910f528 (patch)
tree1f5eae90fcf6968c91ce53c481048c9ed997623c /readme.md
parent135cb150ace3d89e54e144e5ca245ee331026413 (diff)
Improve documentationHEADmain
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 9435373..34cef7a 100644
--- a/readme.md
+++ b/readme.md
@@ -14,3 +14,8 @@ blog](https://text.marvinborner.de).
- `./dev` to spin up a development server for all files
- `./dev md-priv/file.md` to spin up a development server for a single
file
+- visit `localhost:8080` for the public preview or `/priv/` for the
+ work-in-progress
+- when you're done writing, move `md-priv/file.md` to `md`
+ - you may also want to add `&& rm -r pub/priv` to the "Generate
+ files" section of the `gen.yml` workflow