diff --git a/README.md b/README.md index dca8bbff..83c2f7cb 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,18 @@ Gregory needs to run a series of tasks to fetch missing information and apply th */5 * * * * /usr/bin/docker exec admin ./manage.py runcrons > /root/log ``` -6. **Build** by running `python3 ./build.py`. +6. **Configure** hugo + +You need to install some node modules for hugo to build and process the css. Simply run this. + +```bash +cd hugo && npm i && cd ..; +``` + +In the `hugo` dir you will find a `config.toml` file that needs to be configured with your domain. + + +7. **Build** by running `python3 ./build.py`. ## How everything fits together diff --git a/package-lock.json b/hugo/package-lock.json similarity index 100% rename from package-lock.json rename to hugo/package-lock.json diff --git a/package.json b/hugo/package.json similarity index 100% rename from package.json rename to hugo/package.json