Skip to content

Commit

Permalink
update to json-schema v1 | update resume and certificates section
Browse files Browse the repository at this point in the history
  • Loading branch information
loncarales committed Aug 28, 2022
1 parent 5c1ef9f commit 0ba3c89
Show file tree
Hide file tree
Showing 38 changed files with 3,460 additions and 971 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
public/
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules/
npm-debug.log
resume.html
resume.pdf
resume.json
.DS_Store
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
nodejs 14.3.0
nodejs 16.17.0
yarn 1.22.19
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn/install-state.gz
Binary file not shown.
783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.3.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yarnPath: .yarn/releases/yarn-3.2.3.cjs
nodeLinker: node-modules
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ It is my personal resume writen in [JSON Resume](https://jsonresume.org/). The o

1. Download [JSON Resume CLI](https://jsonresume.org/)

```
```bash
npm install -g resume-cli
```

2. Download the theme from [npm](https://www.npmjs.com/)
Simply run

```
npm install -g jsonresume-theme-macchiato
```bash
resume serve --theme .
```

3. Use resume cli to build your resume

```
resume export resume.html --theme macchiato
resume export resume.html --theme .
```

### PDF output
Expand Down
Loading

0 comments on commit 0ba3c89

Please sign in to comment.