From 5cda816078825de0d9038785ea01f60ea9202e64 Mon Sep 17 00:00:00 2001 From: Giuseppe Pignataro <16869546+Fastbyte01@users.noreply.github.com> Date: Fri, 27 Jun 2025 23:20:40 +0200 Subject: [PATCH] docs: add build steps --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4dd2e95b..111a36df 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,19 @@ Build Documentation Locally: hugo server --source=exampleSite ``` +## Install dependencies and build assets + +This theme relies on JavaScript assets that need to be compiled before Hugo can +use them. From the theme directory run: + +```bash +npm install +npm run build # or `npm run start` for a live server +``` + +These commands generate `assets/js/theme.js` and other resources consumed by +Hugo. + ## Multilingual and i18n KeepIt supports the following languages: