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:
authorVarun A P <varunlakshmananap@gmail.com>2021-07-15 09:00:18 +0300
committerVarun A P <varunlakshmananap@gmail.com>2021-07-15 09:00:18 +0300
commita5a56ef533a24737d1ef41ce9c299741e7ace4be (patch)
tree73ff4f2adba4687314eea89c24c3cd33bf991818
parentee7b981517d4adaaaaed75770f414de3c5f843e5 (diff)
Add build command for hosting services
-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