comparison doc/jp/blog.rst @ 3041:72583524cfd3

doc (jp): jp commands are now fully documented: rel 232
author Goffi <goffi@goffi.org>
date Tue, 01 Oct 2019 22:49:06 +0200
parents 8ec35cf13f66
children f4914ce9d47d
comparison
equal deleted inserted replaced
3040:fee60f17ebac 3041:72583524cfd3
56 56
57 Retrieve last 2 posts of personal blog, and output them in browser using default 57 Retrieve last 2 posts of personal blog, and output them in browser using default
58 template:: 58 template::
59 59
60 $ jp blog get -m 2 -O template --oo browser 60 $ jp blog get -m 2 -O template --oo browser
61
62 .. _jp-blog_edit:
61 63
62 edit 64 edit
63 ==== 65 ====
64 66
65 With edit command you can create a new blog post or modify an existing one using your 67 With edit command you can create a new blog post or modify an existing one using your
253 255
254 Preview the draft at ``~/local/sat/blog/some_name/blog_something.md``:: 256 Preview the draft at ``~/local/sat/blog/some_name/blog_something.md``::
255 257
256 $ jp blog preview ~/local/sat/blog/some_name/blog_something.md 258 $ jp blog preview ~/local/sat/blog/some_name/blog_something.md
257 259
260 .. _jp-blog_import:
261
258 import 262 import
259 ====== 263 ======
260 264
261 With this command you can import an external blog in a XMPP blog at the specified pubsub 265 With this command you can import an external blog in a XMPP blog at the specified pubsub
262 location. 266 location.