mirror of
https://github.com/facundoolano/jorge.git
synced 2024-12-25 21:58:28 +01:00
fix filename in example
This commit is contained in:
parent
ed34828b0b
commit
4d939075ff
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ $ cat >> src/blog/test.org <<EOF
|
|||
EOF
|
||||
|
||||
# remove the draft flag before publishing
|
||||
$ sed -i '/^draft: true$/d' your_file.md
|
||||
$ sed -i '/^draft: true$/d' src/blog/my-first-post.org
|
||||
|
||||
$ blorg build
|
||||
wrote target/index.html
|
||||
|
|
Loading…
Reference in a new issue