1
0
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:
Bastian Venthur
2023-06-16 09:55:17 +02:00
parent 7e22f00ac5
commit d6ed2d71d5
5 changed files with 15 additions and 5 deletions

View File

@@ -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``.