From de67ff32b270ebcf3660cd23338d768011d22066 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 12 Oct 2025 09:18:37 -0400 Subject: [PATCH] modified: README.rst --- README.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 4093fbe..ad26250 100644 --- a/README.rst +++ b/README.rst @@ -48,16 +48,14 @@ This builds the site and serves it at http://localhost:8000 make devserver # Serve with auto-reload make resume # Generate PDF resume - - 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. -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 `_.