modified: README.rst

This commit is contained in:
Russell Ballestrini 2025-10-12 09:18:37 -04:00
parent 964284f6ea
commit de67ff32b2

View file

@ -48,16 +48,14 @@ This builds the site and serves it at http://localhost:8000
make devserver # Serve with auto-reload make devserver # Serve with auto-reload
make resume # Generate PDF resume make resume # Generate PDF resume
production release process production release process
=============================== ===============================
I use Gitlab runners to build (look at .gitlab-ci.yml file) this site and Salt Stack to release the zipped artifacts. we use Gitlab runners to build (look at .gitlab-ci.yml file) this site and Salt Stack to release the zipped artifacts.
Any web server may be used to host an HTML site. I choose nginx in production because it is known to be very fast at serving static files. Any web server may be used to host an HTML site. I choose nginx in production because it is known to be very fast at serving static files.
I use environment variables in my ``pelicanconf.py`` to store secrets. we use environment variables in my ``pelicanconf.py`` to store secrets.
For example: `Remarkbox comments <https://www.remarkbox.com>`_. For example: `Remarkbox comments <https://www.remarkbox.com>`_.