Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apvarun/showcase-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 96b1120..128ab9c 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,12 @@ hugo serve --themesDir ../..
Then visit `http://localhost:1313/` in your browser to view the example site.
+When deploying to services like Netlify or Vercel, use the following command for building your site:
+
+```sh
+npm i && hugo -D --gc
+```
+
## Migrating to v1.3.0
Minimum Hugo Version: 0.69.0