mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Document make publish
Also clarify the distinction between make html and make publish.
This commit is contained in:
parent
551909893e
commit
b6f391d8e9
1 changed files with 7 additions and 1 deletions
|
|
@ -160,10 +160,16 @@ and thus doesn't require installing anything else in order to use it. The
|
||||||
downside is that non-POSIX systems (e.g., Windows) do not include ``make``,
|
downside is that non-POSIX systems (e.g., Windows) do not include ``make``,
|
||||||
and installing it on those systems can be a non-trivial task.
|
and installing it on those systems can be a non-trivial task.
|
||||||
|
|
||||||
If you want to use ``make`` to generate your site, run::
|
If you want to use ``make`` to generate your site using the settings in
|
||||||
|
``pelicanconf.py``, run::
|
||||||
|
|
||||||
make html
|
make html
|
||||||
|
|
||||||
|
To generate the site for production, using the settings in ``publishconf.py``,
|
||||||
|
run::
|
||||||
|
|
||||||
|
make publish
|
||||||
|
|
||||||
If you'd prefer to have Pelican automatically regenerate your site every time a
|
If you'd prefer to have Pelican automatically regenerate your site every time a
|
||||||
change is detected (which is handy when testing locally), use the following
|
change is detected (which is handy when testing locally), use the following
|
||||||
command instead::
|
command instead::
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue