mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Docs: Add info about pelican-quickstart command path flag. (#2675)
This commit is contained in:
parent
cf96c113e1
commit
f2dbfbfcec
2 changed files with 8 additions and 1 deletions
|
|
@ -102,6 +102,13 @@ your site::
|
||||||
|
|
||||||
pelican-quickstart
|
pelican-quickstart
|
||||||
|
|
||||||
|
If run inside an activated virtual environment, ``pelican-quickstart`` will
|
||||||
|
look for an associated project path inside ``$VIRTUAL_ENV/.project``. If that
|
||||||
|
file exists and contains a valid directory path, the new Pelican project will
|
||||||
|
be saved at that location. Otherwise, the default is the current working
|
||||||
|
directory. To set the new project path on initial invocation, use:
|
||||||
|
``pelican-quickstart --path /your/desired/directory``
|
||||||
|
|
||||||
Once you finish answering all the questions, your project will consist of the
|
Once you finish answering all the questions, your project will consist of the
|
||||||
following hierarchy (except for *pages* — shown in parentheses below — which
|
following hierarchy (except for *pages* — shown in parentheses below — which
|
||||||
you can optionally add yourself if you plan to create non-chronological
|
you can optionally add yourself if you plan to create non-chronological
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue