Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading