Skip to content

Commit

Permalink
Merge pull request #163 from brunoamaral/organize-npm-files
Browse files Browse the repository at this point in the history
Organize npm files and update documentation
  • Loading branch information
brunoamaral authored Jun 26, 2022
2 parents 3002cb9 + adbc939 commit 502d875
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 502d875

Please sign in to comment.