From a23072403da0ae4c141162e122032a95d429023f Mon Sep 17 00:00:00 2001 From: "Md. Zubaer Ahammed" Date: Tue, 19 Aug 2025 05:13:01 +0600 Subject: [PATCH] Update README.md Generate Production Build --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7919f00d..77a217f3 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,13 @@ Running Jekyll in incremental (`-i`) mode is _significantly_ faster. open http://0.0.0.0:4000/ ``` +### Generate Production Build +``` shell +bundle exec jekyll build +``` + +Your production build will be generated in the _site/ directory, which contains all the static files ready for deployment. + ## Contributions @@ -116,4 +123,4 @@ This page uses the following modules: * `gem 'jekyll-redirect-from'` * https://github.com/jekyll/jekyll-redirect-from * addressable - * public_suffix \ No newline at end of file + * public_suffix