mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 12:42:41 +00:00
small fixed to blag quickstart
This commit is contained in:
@@ -13,7 +13,8 @@ Install blag from PyPI_
|
||||
|
||||
.. _pypi: https://pypi.org/project/blag/
|
||||
|
||||
Run blag's quickstart command to create the configuration and templates needed
|
||||
Run blag's quickstart command to create the configuration, templates and some
|
||||
initial content.
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
@@ -23,7 +24,6 @@ Create some content
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
$ mkdir content
|
||||
$ edit content/hello-world.md
|
||||
|
||||
Generate the website
|
||||
@@ -121,7 +121,7 @@ Static Files
|
||||
|
||||
Static files can be put into the ``content`` directory and will be copied over
|
||||
to the ``build`` directory as well. If you want better separation between
|
||||
content and static files, you can create a ``static`` directory and put the
|
||||
content and static files, you can use the ``static`` directory and put the
|
||||
files there. All files and directories found in the ``static`` directory will
|
||||
be copied over to ``build``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user