more example cleanups

This commit is contained in:
facundoolano 2024-02-16 12:56:46 -03:00
parent 4d939075ff
commit 7d3f24f91d

View file

@ -44,10 +44,10 @@ $ open http://localhost:4001/blog/my-first-post
# add some content
$ cat >> src/blog/test.org <<EOF
# Hello world!
# Hello world!
this is my *first* post.
EOF
this is my *first* post.
EOF
# remove the draft flag before publishing
$ sed -i '/^draft: true$/d' src/blog/my-first-post.org