[gimp-web/migrate/py3] Add details for building with new pelicanconf_common



commit 83eab08785701e78e8de64ac5606a0f4146759da
Author: Pat David <patdavid gmail com>
Date:   Fri Apr 17 13:40:57 2020 -0500

    Add details for building with new pelicanconf_common

 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README.md b/README.md
index 6bb5c1b9..72fabcb0 100644
--- a/README.md
+++ b/README.md
@@ -101,13 +101,13 @@ If you do, please consult schumaml or patdavid before pushing to be sure.
 Once the few prerequisites are installed, building the site is relatively straightforward.
 From the project directory, you can invoke pelican:
 
-`pelican -s pelicanconf.local.py`
+`pelican -s pelicanconf_common.py`
 
 This will build the site into a directory called `output`.
 
 If you are writing content or developing the site, there is an option to have pelican watch the directories 
for file changes and to automatically recompile the site when a change is detected:
 
-`pelican -r -s pelicanconf.local.py`
+`pelican -r -s pelicanconf_common.py`
 
 
 ### Viewing the site


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]