mirror of
https://github.com/facundoolano/jorge.git
synced 2024-12-25 21:58:28 +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
|
||||
$ 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
|
||||
|
|
Loading…
Reference in a new issue