mirror of
https://github.com/vale981/ablog
synced 2025-03-05 17:21:38 -05:00
Revised code blocks.
This commit is contained in:
parent
38230a90dc
commit
659b07178a
1 changed files with 29 additions and 29 deletions
|
@ -17,7 +17,7 @@ building, serving, and viewing blog pages, as well as starting a new
|
|||
blog.
|
||||
|
||||
|
||||
.. code-block::
|
||||
::
|
||||
|
||||
$ ablog
|
||||
|
||||
|
@ -42,7 +42,7 @@ blog.
|
|||
`ablog start`
|
||||
-------------
|
||||
|
||||
.. code-block::
|
||||
::
|
||||
|
||||
$ ablog start -h
|
||||
usage: ablog start [-h]
|
||||
|
@ -55,7 +55,7 @@ blog.
|
|||
`ablog build`
|
||||
-------------
|
||||
|
||||
.. code-block::
|
||||
::
|
||||
|
||||
$ ablog build -h
|
||||
usage: ablog build [-h] [-v] [-b BUILDER] [-d DOCTREES] [-w WEBSITE]
|
||||
|
@ -79,7 +79,7 @@ blog.
|
|||
`ablog serve`
|
||||
-------------
|
||||
|
||||
.. code-block::
|
||||
::
|
||||
|
||||
$ ablog serve -h
|
||||
usage: ablog serve [-h] [-v] [-w WEBSITE] [-p PORT]
|
||||
|
|
Loading…
Add table
Reference in a new issue