mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
updated docs
This commit is contained in:
29
docs/quickstart.rst
Normal file
29
docs/quickstart.rst
Normal file
@@ -0,0 +1,29 @@
|
||||
Quickstart
|
||||
==========
|
||||
|
||||
Install blag from PyPI_::
|
||||
|
||||
$ pip install blag
|
||||
|
||||
.. _pypi: https://pypi.org/project/blag/
|
||||
|
||||
Run blag's quickstart command to create the configuration needed::
|
||||
|
||||
$ blag quickstart
|
||||
|
||||
Create some content::
|
||||
|
||||
$ mkdir content
|
||||
$ edit content/hello-world.md
|
||||
|
||||
Generate the website::
|
||||
|
||||
$ blag build
|
||||
|
||||
By default, blag will search for content in ``content`` and the output will be
|
||||
generated in ``build``. Those directories can be changed via command line
|
||||
arguments. See::
|
||||
|
||||
$ blag --help
|
||||
|
||||
|
||||
Reference in New Issue
Block a user