diff --git a/README.md b/README.md index 38df47c..d5028c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # bob Bob is a small static generator, for those who wants to maintain a personal -website or blog, all from the command line. +website or blog. ## Installation @@ -18,7 +18,7 @@ sudo make install or using Docker : ``` -docker pull git.simonpetit.top/simonpetit/bob:0.1.0 +docker pull git.simonpetit.top/simonpetit/bob:0.1.2 ``` ## Usage diff --git a/bob b/bob index 36ad4c8..0b33af5 100755 --- a/bob +++ b/bob @@ -23,8 +23,7 @@ usage() echo "bob commands :" echo " help display this help" echo " init initiate a blog" - echo " publish publish the post" - echo " unpublish unpublish the post" + echo " publish publishes all published drafts" } diff --git a/lib/template/index.html b/lib/template/index.html index 84a1acb..cee66d5 100644 --- a/lib/template/index.html +++ b/lib/template/index.html @@ -14,4 +14,4 @@ {{articles}} - \ No newline at end of file + diff --git a/lib/template/post.html b/lib/template/post.html index 3dbcd77..4c560e0 100644 --- a/lib/template/post.html +++ b/lib/template/post.html @@ -16,4 +16,4 @@ - \ No newline at end of file +