diff options
author | Marvin Borner | 2025-02-10 13:09:49 +0100 |
---|---|---|
committer | Marvin Borner | 2025-02-10 13:09:49 +0100 |
commit | cc8fb5190e3a5cb307d85eeb5bb6f72d0910f528 (patch) | |
tree | 1f5eae90fcf6968c91ce53c481048c9ed997623c /readme.md | |
parent | 135cb150ace3d89e54e144e5ca245ee331026413 (diff) |
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |