From cffb4cf49d5cf2dd40ee7e520b59067969f7a1f5 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Tue, 23 Mar 2021 11:34:29 +0100 Subject: [PATCH] added devserver doc --- docs/blag.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/blag.rst b/docs/blag.rst index 2343ec8..b00450e 100644 --- a/docs/blag.rst +++ b/docs/blag.rst @@ -266,3 +266,18 @@ freely in you templates. However, some metadata elements are treated special: ``title`` and ``description`` The title and description are used in the html header and in the atom feed. + + +Devserver +--------- + +blag provides a devserver which you can use for local web-development. The +devserver provides a simple web server, serving your site in +http://localhost:8000 and will automatically rebuild the project when it +detects modifications in one of the ``content``, ``static`` and ``templates`` +directories. + +.. code-block:: sh + + $ blag serve +