comparison doc/jp/blog.rst @ 3021:8ec35cf13f66

doc: added, overview, configuration and Primitivus documentation + some small modifications
author Goffi <goffi@goffi.org>
date Sun, 21 Jul 2019 22:14:30 +0200
parents 85d8e9a7284b
children 72583524cfd3
comparison
equal deleted inserted replaced
3020:af9d71303605 3021:8ec35cf13f66
31 === 31 ===
32 32
33 get command retrieves one or more blog post(s) from specified location (by default the 33 get command retrieves one or more blog post(s) from specified location (by default the
34 personal blog of the profile). 34 personal blog of the profile).
35 35
36 output can be customised to only retrieve some keys, or to use a specific template. 36 output can be customised to only retrieve some keys, or to use a specific template. For
37 instance, the following command retrieves only the title and publication date of the
38 personal blog of the profile::
39
40 $ jp blog get -k title -k published
37 41
38 :ref:`pubsub_common` commands are used to specify the blog location. 42 :ref:`pubsub_common` commands are used to specify the blog location.
39 43
40 examples 44 examples
41 -------- 45 --------