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 | |
parent | 135cb150ace3d89e54e144e5ca245ee331026413 (diff) |
-rw-r--r-- | md-priv/2025-02-10-12.md | 2 | ||||
-rw-r--r-- | readme.md | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/md-priv/2025-02-10-12.md b/md-priv/2025-02-10-12.md index 2140534..1f451b6 100644 --- a/md-priv/2025-02-10-12.md +++ b/md-priv/2025-02-10-12.md @@ -1,7 +1,7 @@ --- author: Firstname Lastname date: 2025-02-10 -decription: Read this to get your mind blown!! +description: Read this to get your mind blown!! lang: en-US pagetitle: You Won't BELIEVE What I've Proved tags: mafs @@ -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 |