Updated instructions (especially on building the website)

This commit is contained in:
Reto Bollinger 2024-11-16 09:26:04 +01:00
parent 367b3fddc4
commit 9a14938e2e

View file

@ -15,7 +15,17 @@ New Lektor Approach:
thats all!
If you would start from scratch you wolud delete all contents in lektordata/ and run
building the website for deployment is:
docker run -it -v ${PWD}/lektor/lektordata:/opt/lektor -p 5000:5000 lektorcontainer lektor build -O /opt/lektor/output
deployemnt can then be found in:
lektor/lektordata/output
If you would like to start from scratch you would delete all contents in lektordata/project and run
docker run -it -v ${PWD}/lektor/lektordata:/opt/lektor lektorcontainer lektor quickstart