Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed Jun 19, 2020
1 parent e2baf88 commit 9fcf456
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,7 @@ Try it on [WebComponents.dev](https://webcomponents.dev/edit/DUcJnEutaKbTPYqkcuY
<wc-resume src="resume.json"></wc-resume>
```

### Customizing Content

Customize the sections and their order by adding them inline.

```html
<wc-resume src="resume.json">
<wc-contact>
<wc-summary>
<wc-work>
<wc-skills>
</wc-resume>
```

### Themes
### Theming

Resume themes are made up of a collection of partials and a `styles.css` file. To select a theme point to its directory using the `theme` attribute.

Expand All @@ -68,6 +55,7 @@ Resume themes are made up of a collection of partials and a `styles.css` file. T
Themes can be found in the `themes/` directory.

**Themes**
- Default
- Compact
- Positive

Expand Down

0 comments on commit 9fcf456

Please sign in to comment.