This commit is contained in:
parent
75fa01d972
commit
69ad504b8e
@ -1,7 +1,7 @@
|
|||||||
# bob
|
# bob
|
||||||
|
|
||||||
Bob is a small static generator, for those who wants to maintain a personal
|
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
|
## Installation
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ sudo make install
|
|||||||
or using Docker :
|
or using Docker :
|
||||||
|
|
||||||
```
|
```
|
||||||
docker pull git.simonpetit.top/simonpetit/bob:0.1.0
|
docker pull git.simonpetit.top/simonpetit/bob:0.1.2
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
3
bob
3
bob
@ -23,8 +23,7 @@ usage()
|
|||||||
echo "bob commands :"
|
echo "bob commands :"
|
||||||
echo " help display this help"
|
echo " help display this help"
|
||||||
echo " init initiate a blog"
|
echo " init initiate a blog"
|
||||||
echo " publish <post> publish the post"
|
echo " publish publishes all published drafts"
|
||||||
echo " unpublish <post> unpublish the post"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,4 +14,4 @@
|
|||||||
{{articles}}
|
{{articles}}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
</article>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user