Skip to content

Commit

Permalink
chore(docs): update readme to detail company specific keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
NuclearRedeye committed Sep 10, 2024
1 parent f95ce6a commit 7cac557
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,21 @@ Then open http://localhost:8080 in your browser.

## Customizations

This theme supports some additional properties on certain objects, see below for specifics and take a look at the [Kitchen Sink](./test/kitchen-sink.json) to see sample JSON.
This theme supports some additional properties on certain objects, see below for specifics and take a look at the [Kitchen Sink](./test/kitchen-sink.json) to see sample JSON.

#### Company Specific Keywords

Support for company specific keywords via a `keywords` array. If present, each entry in the array will be rendered as a chip alongside the specific company.

```json
"work": [{
"keywords": [
"TypeScript",
"Express.js"
]
}
]
```

#### Company Logos

Expand Down

0 comments on commit 7cac557

Please sign in to comment.