My personal website: http://markusgoller.at
/var/log
conda activate pelican
- pip install pelican[Markdown]
cd ./webroot
make devserver
cd ./webroot
make html
og_image and pelican HOME_COVER in landscape format.
downsize quality
cd ./content/images
convert IMG_Example.jpg -quality 50 IMG_Example_resize.jpg
Upload local files including the built Pelican website to the server.
sh rsync.sh
Nginx start locally and inspect built pelican artifacts.
sh startlocal_container.sh
The docker containers and the website must be built and started on the server.
cd /var/docker/nginx
sh startprod_container.sh