mirror of
https://github.com/facundoolano/jorge.git
synced 2024-12-26 21:58:51 +01:00
more example cleanups
This commit is contained in:
parent
4d939075ff
commit
7d3f24f91d
1 changed files with 3 additions and 3 deletions
|
@ -44,10 +44,10 @@ $ open http://localhost:4001/blog/my-first-post
|
||||||
|
|
||||||
# add some content
|
# add some content
|
||||||
$ cat >> src/blog/test.org <<EOF
|
$ cat >> src/blog/test.org <<EOF
|
||||||
# Hello world!
|
# Hello world!
|
||||||
|
|
||||||
this is my *first* post.
|
this is my *first* post.
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# remove the draft flag before publishing
|
# remove the draft flag before publishing
|
||||||
$ sed -i '/^draft: true$/d' src/blog/my-first-post.org
|
$ sed -i '/^draft: true$/d' src/blog/my-first-post.org
|
||||||
|
|
Loading…
Reference in a new issue