From d43df169a0ef46b6c8ffe2853281f329a2354b11 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 9 Mar 2025 20:50:03 -0700 Subject: [PATCH] Add prod step --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a07c85bd..7c31d4e4 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,14 @@ please share it by [posting a link](https://github.com/willfaught/paige/discussi $ hugo server --buildDrafts ``` -8. Update the Paige module: +8. Build the site for production: + + ```sh + $ cd yoursite + $ hugo --environment production --minify + ``` + +9. Update the Paige module: ```sh $ cd yoursite